What is the HSL code for bright magenta?
The CSS color bright magenta in HSL format is hsl(305.6, 100%, 51.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use bright magenta in CSS?
To apply bright magenta in CSS:
- Text color: color: hsl(305.6, 100%, 51.6%);
- Background: background-color: hsl(305.6, 100%, 51.6%);
- Border: border-color: hsl(305.6, 100%, 51.6%);
What are all the color format values for bright magenta?
| Format | Value |
|---|---|
| HEX | #ff08e8 |
| RGB | rgb(255, 8, 232) |
| HSL | hsl(305.6, 100%, 51.6%) |
| CMYK | cmyk(0%, 96.9%, 9%, 0%) |
How do I convert bright magenta to HSL?
Select bright magenta from the color name list in our color converter. The HSL value — hsl(305.6, 100%, 51.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bright magenta belong to?
bright magenta belongs to the pink color family. It is a medium, vivid color with HSL values: hue 305.6°, saturation 100%, lightness 51.6%.
How do I create lighter and darker shades of bright magenta?
Lighter variant (lightness 66.6%): #ff55ef. Darker variant (lightness 36.6%): #bb00a9. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.