What is the HEX code for purply pink?
The CSS color purply pink in HEX format is #f075e6. Use this value directly in CSS, SVG, and most design tools.
How do I use purply pink in CSS?
To apply purply pink in CSS:
- Text color: color: #f075e6;
- Background: background-color: #f075e6;
- Border: border-color: #f075e6;
What are all the color format values for purply pink?
| Format | Value |
|---|---|
| HEX | #f075e6 |
| RGB | rgb(240, 117, 230) |
| HSL | hsl(304.9, 80.4%, 70%) |
| CMYK | cmyk(0%, 51.3%, 4.2%, 5.9%) |
How do I convert purply pink to HEX?
Select purply pink from the color name list in our color converter. The HEX value — #f075e6 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purply pink belong to?
purply pink belongs to the pink color family. It is a medium, vivid color with HSL values: hue 304.9°, saturation 80.4%, lightness 70%.
How do I create lighter and darker shades of purply pink?
Lighter variant (lightness 85%): #f8baf2. Darker variant (lightness 55%): #e930d9. 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.