What is the HEX code for warm pink?
The CSS color warm pink in HEX format is #fb5581. Use this value directly in CSS, SVG, and most design tools.
How do I use warm pink in CSS?
To apply warm pink in CSS:
- Text color: color: #fb5581;
- Background: background-color: #fb5581;
- Border: border-color: #fb5581;
What are all the color format values for warm pink?
| Format | Value |
|---|---|
| HEX | #fb5581 |
| RGB | rgb(251, 85, 129) |
| HSL | hsl(344.1, 95.4%, 65.9%) |
| CMYK | cmyk(0%, 66.1%, 48.6%, 1.6%) |
How do I convert warm pink to HEX?
Select warm pink from the color name list in our color converter. The HEX value — #fb5581 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does warm pink belong to?
warm pink belongs to the pink color family. It is a medium, vivid color with HSL values: hue 344.1°, saturation 95.4%, lightness 65.9%.
How do I create lighter and darker shades of warm pink?
Lighter variant (lightness 80.9%): #fda0b8. Darker variant (lightness 50.900000000000006%): #f90a4a. 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.