What is the HEX code for violet pink?
The CSS color violet pink in HEX format is #fb5ffc. Use this value directly in CSS, SVG, and most design tools.
How do I use violet pink in CSS?
To apply violet pink in CSS:
- Text color: color: #fb5ffc;
- Background: background-color: #fb5ffc;
- Border: border-color: #fb5ffc;
What are all the color format values for violet pink?
| Format | Value |
|---|---|
| HEX | #fb5ffc |
| RGB | rgb(251, 95, 252) |
| HSL | hsl(299.6, 96.3%, 68%) |
| CMYK | cmyk(0.4%, 62.3%, 0%, 1.2%) |
How do I convert violet pink to HEX?
Select violet pink from the color name list in our color converter. The HEX value — #fb5ffc — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does violet pink belong to?
violet pink belongs to the pink color family. It is a medium, vivid color with HSL values: hue 299.6°, saturation 96.3%, lightness 68%.
How do I create lighter and darker shades of violet pink?
Lighter variant (lightness 83%): #fdaafd. Darker variant (lightness 53%): #f914fb. 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.