Shades of Hot Magenta #FE02C8
Tints of Hot Magenta #FE02C8
RGB
CMYK
RGB Variations
Color information
#FE02C8 (or 0xFE02C8) is known color: Hot Magenta. HEX triplet: FE, 02 and C8. RGB value is (254,2,200). Sum of RGB (Red+Green+Blue) = 254+2+200=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02C8 is #01FD37. Grayscale: #636363. Windows color (decimal): -130360 or 13107966. OLE color: 13107966.
HSL color Cylindrical-coordinate representation of color #FE02C8: hue angle of 312.86º 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 #FE02C8 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 200 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.00 |
| HSL | 312.86º | 0.99% | 0.5% | - |
| HSV(B) | 312.86º | 0.99% | 1% | - |
| XYZ | 51.32 | 25.28 | 56.82 | - |
| YUV | 99.92 | 184.49 | 237.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 200 | 0 | 0.99 | 0.21 | 0.00 | 312.86 | 0.99 | 0.5 |
| Hex | FE | 2 | C8 | 0 | 63 | 15 | 0 | 139 | 63 | 32 |
| Octal | 376 | 2 | 310 | 0 | 143 | 25 | 0 | 471 | 143 | 62 |
| Binary | 11111110 | 10 | 11001000 | 0 | 1100011 | 10101 | 0 | 100111001 | 1100011 | 110010 |
Color Harmonies of #FE02C8
Complementary color
Monochromatic Colors of #FE02C8
Black with #FE02C8
Text Example
Text Example
White with #FE02C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02C8; }
p { color: rgb(254,2,200); }
H1.HeaderClassName
{
color: #FE02C8;
}
.AnyTagClassName
{
color: #FE02C8;
}
</style>
background-color css
<style>
a { background-color: #FE02C8; }
a { background-color: rgb(254,2,200); }
div.DivClassName
{
background-color: #FE02C8;
}
.BgClassName
{
background-color: #FE02C8;
}
</style>
border-color css
<style>
span { border-color: #FE02C8; }
span { border-color: rgb(254,2,200); }
td.TdClassName
{
border-color: #FE02C8;
}
.TagClassName
{
border-color: #FE02C8;
}
</style>