Shades of Hot Magenta #FC0EE2
Tints of Hot Magenta #FC0EE2
RGB
CMYK
RGB Variations
Color information
#FC0EE2 (or 0xFC0EE2) is known color: Hot Magenta. HEX triplet: FC, 0E and E2. RGB value is (252,14,226). Sum of RGB (Red+Green+Blue) = 252+14+226=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 14 (5.86% from 255 or 2.85% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0EE2 is #03F11D. Grayscale: #6C6C6C. Windows color (decimal): -258334 or 14814972. OLE color: 14814972.
HSL color Cylindrical-coordinate representation of color #FC0EE2: hue angle of 306.55º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0EE2 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 226 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.01 |
| HSL | 306.55º | 0.98% | 0.52% | - |
| HSV(B) | 306.55º | 0.94% | 0.99% | - |
| XYZ | 54.03 | 26.5 | 74.22 | - |
| YUV | 109.33 | 193.85 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 226 | 0 | 0.94 | 0.10 | 0.01 | 306.55 | 0.98 | 0.52 |
| Hex | FC | E | E2 | 0 | 5E | A | 1 | 133 | 62 | 34 |
| Octal | 374 | 16 | 342 | 0 | 136 | 12 | 1 | 463 | 142 | 64 |
| Binary | 11111100 | 1110 | 11100010 | 0 | 1011110 | 1010 | 1 | 100110011 | 1100010 | 110100 |
Color Harmonies of #FC0EE2
Complementary color
Monochromatic Colors of #FC0EE2
Black with #FC0EE2
Text Example
Text Example
White with #FC0EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EE2; }
p { color: rgb(252,14,226); }
H1.HeaderClassName
{
color: #FC0EE2;
}
.AnyTagClassName
{
color: #FC0EE2;
}
</style>
background-color css
<style>
a { background-color: #FC0EE2; }
a { background-color: rgb(252,14,226); }
div.DivClassName
{
background-color: #FC0EE2;
}
.BgClassName
{
background-color: #FC0EE2;
}
</style>
border-color css
<style>
span { border-color: #FC0EE2; }
span { border-color: rgb(252,14,226); }
td.TdClassName
{
border-color: #FC0EE2;
}
.TagClassName
{
border-color: #FC0EE2;
}
</style>