What is the HSL code for pinkish red?
The CSS color pinkish red in HSL format is hsl(345.1, 90.5%, 49.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use pinkish red in CSS?
To apply pinkish red in CSS:
- Text color: color: hsl(345.1, 90.5%, 49.6%);
- Background: background-color: hsl(345.1, 90.5%, 49.6%);
- Border: border-color: hsl(345.1, 90.5%, 49.6%);
What are all the color format values for pinkish red?
| Format | Value |
|---|---|
| HEX | #f10c45 |
| RGB | rgb(241, 12, 69) |
| HSL | hsl(345.1, 90.5%, 49.6%) |
| CMYK | cmyk(0%, 95%, 71.4%, 5.5%) |
How do I convert pinkish red to HSL?
Select pinkish red from the color name list in our color converter. The HSL value — hsl(345.1, 90.5%, 49.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pinkish red belong to?
pinkish red belongs to the red color family. It is a medium, vivid color with HSL values: hue 345.1°, saturation 90.5%, lightness 49.6%.
How do I create lighter and darker shades of pinkish red?
Lighter variant (lightness 64.6%): #f6537c. Darker variant (lightness 34.6%): #a80830. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.