What is the RGB code for light magenta?
The CSS color light magenta in RGB format is rgb(250, 95, 247). 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: rgb(250, 95, 247);
- Background: background-color: rgb(250, 95, 247);
- Border: border-color: rgb(250, 95, 247);
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 RGB?
Select light magenta from the color name list in our color converter. The RGB value — rgb(250, 95, 247) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.