Shades of Magenta #FF02E9
Tints of Magenta #FF02E9
RGB
CMYK
RGB Variations
Color information
#FF02E9 (or 0xFF02E9) is known color: Magenta. HEX triplet: FF, 02 and E9. RGB value is (255,2,233). Sum of RGB (Red+Green+Blue) = 255+2+233=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 2 (1.17% from 255 or 0.41% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF02E9 is #00FD16. Grayscale: #676767. Windows color (decimal): -64791 or 15270655. OLE color: 15270655.
HSL color Cylindrical-coordinate representation of color #FF02E9: hue angle of 305.22º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF02E9 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 233 | - |
| CMYK | 0 | 0.99 | 0.09 | 0 |
| HSL | 305.22º | 1% | 0.5% | - |
| HSV(B) | 305.22º | 0.99% | 1% | - |
| XYZ | 55.97 | 27.19 | 79.39 | - |
| YUV | 103.98 | 200.82 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 233 | 0 | 0.99 | 0.09 | 0 | 305.22 | 1 | 0.5 |
| Hex | FF | 2 | E9 | 0 | 63 | 9 | 0 | 131 | 64 | 32 |
| Octal | 377 | 2 | 351 | 0 | 143 | 11 | 0 | 461 | 144 | 62 |
| Binary | 11111111 | 10 | 11101001 | 0 | 1100011 | 1001 | 0 | 100110001 | 1100100 | 110010 |
Color Harmonies of #FF02E9
Complementary color
Monochromatic Colors of #FF02E9
Black with #FF02E9
Text Example
Text Example
White with #FF02E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02E9; }
p { color: rgb(255,2,233); }
H1.HeaderClassName
{
color: #FF02E9;
}
.AnyTagClassName
{
color: #FF02E9;
}
</style>
background-color css
<style>
a { background-color: #FF02E9; }
a { background-color: rgb(255,2,233); }
div.DivClassName
{
background-color: #FF02E9;
}
.BgClassName
{
background-color: #FF02E9;
}
</style>
border-color css
<style>
span { border-color: #FF02E9; }
span { border-color: rgb(255,2,233); }
td.TdClassName
{
border-color: #FF02E9;
}
.TagClassName
{
border-color: #FF02E9;
}
</style>