Shades of Hot Magenta #FE02CB
Tints of Hot Magenta #FE02CB
RGB
CMYK
RGB Variations
Color information
#FE02CB (or 0xFE02CB) is known color: Hot Magenta. HEX triplet: FE, 02 and CB. RGB value is (254,2,203). Sum of RGB (Red+Green+Blue) = 254+2+203=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02CB is #01FD34. Grayscale: #636363. Windows color (decimal): -130357 or 13304574. OLE color: 13304574.
HSL color Cylindrical-coordinate representation of color #FE02CB: hue angle of 312.14º 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 #FE02CB is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 203 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.00 |
| HSL | 312.14º | 0.99% | 0.5% | - |
| HSV(B) | 312.14º | 0.99% | 1% | - |
| XYZ | 51.67 | 25.43 | 58.68 | - |
| YUV | 100.26 | 185.99 | 237.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 203 | 0 | 0.99 | 0.20 | 0.00 | 312.14 | 0.99 | 0.5 |
| Hex | FE | 2 | CB | 0 | 63 | 14 | 0 | 138 | 63 | 32 |
| Octal | 376 | 2 | 313 | 0 | 143 | 24 | 0 | 470 | 143 | 62 |
| Binary | 11111110 | 10 | 11001011 | 0 | 1100011 | 10100 | 0 | 100111000 | 1100011 | 110010 |
Color Harmonies of #FE02CB
Complementary color
Monochromatic Colors of #FE02CB
Black with #FE02CB
Text Example
Text Example
White with #FE02CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02CB; }
p { color: rgb(254,2,203); }
H1.HeaderClassName
{
color: #FE02CB;
}
.AnyTagClassName
{
color: #FE02CB;
}
</style>
background-color css
<style>
a { background-color: #FE02CB; }
a { background-color: rgb(254,2,203); }
div.DivClassName
{
background-color: #FE02CB;
}
.BgClassName
{
background-color: #FE02CB;
}
</style>
border-color css
<style>
span { border-color: #FE02CB; }
span { border-color: rgb(254,2,203); }
td.TdClassName
{
border-color: #FE02CB;
}
.TagClassName
{
border-color: #FE02CB;
}
</style>