Shades of Hot Magenta #FE02CF
Tints of Hot Magenta #FE02CF
RGB
CMYK
RGB Variations
Color information
#FE02CF (or 0xFE02CF) is known color: Hot Magenta. HEX triplet: FE, 02 and CF. RGB value is (254,2,207). Sum of RGB (Red+Green+Blue) = 254+2+207=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 2 (1.17% from 255 or 0.43% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02CF is #01FD30. Grayscale: #646464. Windows color (decimal): -130353 or 13566718. OLE color: 13566718.
HSL color Cylindrical-coordinate representation of color #FE02CF: hue angle of 311.19º 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 #FE02CF is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 207 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.00 |
| HSL | 311.19º | 0.99% | 0.5% | - |
| HSV(B) | 311.19º | 0.99% | 1% | - |
| XYZ | 52.16 | 25.62 | 61.23 | - |
| YUV | 100.72 | 187.99 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 207 | 0 | 0.99 | 0.19 | 0.00 | 311.19 | 0.99 | 0.5 |
| Hex | FE | 2 | CF | 0 | 63 | 13 | 0 | 137 | 63 | 32 |
| Octal | 376 | 2 | 317 | 0 | 143 | 23 | 0 | 467 | 143 | 62 |
| Binary | 11111110 | 10 | 11001111 | 0 | 1100011 | 10011 | 0 | 100110111 | 1100011 | 110010 |
Color Harmonies of #FE02CF
Complementary color
Monochromatic Colors of #FE02CF
Black with #FE02CF
Text Example
Text Example
White with #FE02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02CF; }
p { color: rgb(254,2,207); }
H1.HeaderClassName
{
color: #FE02CF;
}
.AnyTagClassName
{
color: #FE02CF;
}
</style>
background-color css
<style>
a { background-color: #FE02CF; }
a { background-color: rgb(254,2,207); }
div.DivClassName
{
background-color: #FE02CF;
}
.BgClassName
{
background-color: #FE02CF;
}
</style>
border-color css
<style>
span { border-color: #FE02CF; }
span { border-color: rgb(254,2,207); }
td.TdClassName
{
border-color: #FE02CF;
}
.TagClassName
{
border-color: #FE02CF;
}
</style>