What is the HEX code for light magenta?
The CSS color light magenta in HEX format is #fa5ff7. Use this value directly in CSS, SVG, and most design tools.
How do I use light magenta in CSS?
To apply light magenta in CSS:
- Text color: color: #fa5ff7;
- Background: background-color: #fa5ff7;
- Border: border-color: #fa5ff7;
What are all the color format values for light magenta?
| Format | Value |
|---|---|
| HEX | #fa5ff7 |
| RGB | rgb(250, 95, 247) |
| HSL | hsl(301.2, 93.9%, 67.6%) |
| CMYK | cmyk(0%, 62%, 1.2%, 2%) |
How do I convert light magenta to HEX?
Select light magenta from the color name list in our color converter. The HEX value — #fa5ff7 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light magenta belong to?
light magenta belongs to the pink color family. It is a medium, vivid color with HSL values: hue 301.2°, saturation 93.9%, lightness 67.6%.
How do I create lighter and darker shades of light magenta?
Lighter variant (lightness 82.6%): #fca9fb. Darker variant (lightness 52.599999999999994%): #f815f3. 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.