Shades of Magenta #FC0EE6
Tints of Magenta #FC0EE6
RGB
CMYK
RGB Variations
Color information
#FC0EE6 (or 0xFC0EE6) is known color: Magenta. HEX triplet: FC, 0E and E6. RGB value is (252,14,230). Sum of RGB (Red+Green+Blue) = 252+14+230=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 14 (5.86% from 255 or 2.82% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EE6 is #03F119. Grayscale: #6D6D6D. Windows color (decimal): -258330 or 15077116. OLE color: 15077116.
HSL color Cylindrical-coordinate representation of color #FC0EE6: hue angle of 305.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 #FC0EE6 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 230 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.01 |
| HSL | 305.55º | 0.98% | 0.52% | - |
| HSV(B) | 305.55º | 0.94% | 0.99% | - |
| XYZ | 54.58 | 26.72 | 77.14 | - |
| YUV | 109.79 | 195.85 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 230 | 0 | 0.94 | 0.09 | 0.01 | 305.55 | 0.98 | 0.52 |
| Hex | FC | E | E6 | 0 | 5E | 9 | 1 | 132 | 62 | 34 |
| Octal | 374 | 16 | 346 | 0 | 136 | 11 | 1 | 462 | 142 | 64 |
| Binary | 11111100 | 1110 | 11100110 | 0 | 1011110 | 1001 | 1 | 100110010 | 1100010 | 110100 |
Color Harmonies of #FC0EE6
Complementary color
Monochromatic Colors of #FC0EE6
Black with #FC0EE6
Text Example
Text Example
White with #FC0EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EE6; }
p { color: rgb(252,14,230); }
H1.HeaderClassName
{
color: #FC0EE6;
}
.AnyTagClassName
{
color: #FC0EE6;
}
</style>
background-color css
<style>
a { background-color: #FC0EE6; }
a { background-color: rgb(252,14,230); }
div.DivClassName
{
background-color: #FC0EE6;
}
.BgClassName
{
background-color: #FC0EE6;
}
</style>
border-color css
<style>
span { border-color: #FC0EE6; }
span { border-color: rgb(252,14,230); }
td.TdClassName
{
border-color: #FC0EE6;
}
.TagClassName
{
border-color: #FC0EE6;
}
</style>