Shades of Magenta #FC0EEB
Tints of Magenta #FC0EEB
RGB
CMYK
RGB Variations
Color information
#FC0EEB (or 0xFC0EEB) is known color: Magenta. HEX triplet: FC, 0E and EB. RGB value is (252,14,235). Sum of RGB (Red+Green+Blue) = 252+14+235=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 14 (5.86% from 255 or 2.79% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EEB is #03F114. Grayscale: #6D6D6D. Windows color (decimal): -258325 or 15404796. OLE color: 15404796.
HSL color Cylindrical-coordinate representation of color #FC0EEB: hue angle of 304.29º 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 #FC0EEB is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 235 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.01 |
| HSL | 304.29º | 0.98% | 0.52% | - |
| HSV(B) | 304.29º | 0.94% | 0.99% | - |
| XYZ | 55.3 | 27.01 | 80.9 | - |
| YUV | 110.36 | 198.35 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 235 | 0 | 0.94 | 0.07 | 0.01 | 304.29 | 0.98 | 0.52 |
| Hex | FC | E | EB | 0 | 5E | 7 | 1 | 130 | 62 | 34 |
| Octal | 374 | 16 | 353 | 0 | 136 | 7 | 1 | 460 | 142 | 64 |
| Binary | 11111100 | 1110 | 11101011 | 0 | 1011110 | 111 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FC0EEB
Complementary color
Monochromatic Colors of #FC0EEB
Black with #FC0EEB
Text Example
Text Example
White with #FC0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EEB; }
p { color: rgb(252,14,235); }
H1.HeaderClassName
{
color: #FC0EEB;
}
.AnyTagClassName
{
color: #FC0EEB;
}
</style>
background-color css
<style>
a { background-color: #FC0EEB; }
a { background-color: rgb(252,14,235); }
div.DivClassName
{
background-color: #FC0EEB;
}
.BgClassName
{
background-color: #FC0EEB;
}
</style>
border-color css
<style>
span { border-color: #FC0EEB; }
span { border-color: rgb(252,14,235); }
td.TdClassName
{
border-color: #FC0EEB;
}
.TagClassName
{
border-color: #FC0EEB;
}
</style>