What is the HEX code for pinkish red?
The CSS color pinkish red in HEX format is #f10c45. 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: #f10c45;
- Background: background-color: #f10c45;
- Border: border-color: #f10c45;
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 HEX?
Select pinkish red from the color name list in our color converter. The HEX value — #f10c45 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.