Shades of Magenta #FE02E9
Tints of Magenta #FE02E9
RGB
CMYK
RGB Variations
Color information
#FE02E9 (or 0xFE02E9) is known color: Magenta. HEX triplet: FE, 02 and E9. RGB value is (254,2,233). Sum of RGB (Red+Green+Blue) = 254+2+233=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 2 (1.17% from 255 or 0.41% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE02E9 is #01FD16. Grayscale: #676767. Windows color (decimal): -130327 or 15270654. OLE color: 15270654.
HSL color Cylindrical-coordinate representation of color #FE02E9: hue angle of 305º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE02E9 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 233 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.00 |
| HSL | 305º | 0.99% | 0.5% | - |
| HSV(B) | 305º | 0.99% | 1% | - |
| XYZ | 55.6 | 27 | 79.37 | - |
| YUV | 103.68 | 200.99 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 233 | 0 | 0.99 | 0.08 | 0.00 | 305 | 0.99 | 0.5 |
| Hex | FE | 2 | E9 | 0 | 63 | 8 | 0 | 131 | 63 | 32 |
| Octal | 376 | 2 | 351 | 0 | 143 | 10 | 0 | 461 | 143 | 62 |
| Binary | 11111110 | 10 | 11101001 | 0 | 1100011 | 1000 | 0 | 100110001 | 1100011 | 110010 |
Color Harmonies of #FE02E9
Complementary color
Monochromatic Colors of #FE02E9
Black with #FE02E9
Text Example
Text Example
White with #FE02E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02E9; }
p { color: rgb(254,2,233); }
H1.HeaderClassName
{
color: #FE02E9;
}
.AnyTagClassName
{
color: #FE02E9;
}
</style>
background-color css
<style>
a { background-color: #FE02E9; }
a { background-color: rgb(254,2,233); }
div.DivClassName
{
background-color: #FE02E9;
}
.BgClassName
{
background-color: #FE02E9;
}
</style>
border-color css
<style>
span { border-color: #FE02E9; }
span { border-color: rgb(254,2,233); }
td.TdClassName
{
border-color: #FE02E9;
}
.TagClassName
{
border-color: #FE02E9;
}
</style>