What is the HEX code for pinky red?
The CSS color pinky red in HEX format is #fc2647. Use this value directly in CSS, SVG, and most design tools.
How do I use pinky red in CSS?
To apply pinky red in CSS:
- Text color: color: #fc2647;
- Background: background-color: #fc2647;
- Border: border-color: #fc2647;
What are all the color format values for pinky red?
| Format | Value |
|---|---|
| HEX | #fc2647 |
| RGB | rgb(252, 38, 71) |
| HSL | hsl(350.7, 97.3%, 56.9%) |
| CMYK | cmyk(0%, 84.9%, 71.8%, 1.2%) |
How do I convert pinky red to HEX?
Select pinky red from the color name list in our color converter. The HEX value — #fc2647 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pinky red belong to?
pinky red belongs to the red color family. It is a medium, vivid color with HSL values: hue 350.7°, saturation 97.3%, lightness 56.9%.
How do I create lighter and darker shades of pinky red?
Lighter variant (lightness 71.9%): #fd7287. Darker variant (lightness 41.9%): #d30323. 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.