Shades of Magenta #FC0EED
Tints of Magenta #FC0EED
RGB
CMYK
RGB Variations
Color information
#FC0EED (or 0xFC0EED) is known color: Magenta. HEX triplet: FC, 0E and ED. RGB value is (252,14,237). Sum of RGB (Red+Green+Blue) = 252+14+237=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 14 (5.86% from 255 or 2.78% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EED is #03F112. Grayscale: #6D6D6D. Windows color (decimal): -258323 or 15535868. OLE color: 15535868.
HSL color Cylindrical-coordinate representation of color #FC0EED: hue angle of 303.78º 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 #FC0EED is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 237 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.01 |
| HSL | 303.78º | 0.98% | 0.52% | - |
| HSV(B) | 303.78º | 0.94% | 0.99% | - |
| XYZ | 55.59 | 27.12 | 82.43 | - |
| YUV | 110.58 | 199.35 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 237 | 0 | 0.94 | 0.06 | 0.01 | 303.78 | 0.98 | 0.52 |
| Hex | FC | E | ED | 0 | 5E | 6 | 1 | 130 | 62 | 34 |
| Octal | 374 | 16 | 355 | 0 | 136 | 6 | 1 | 460 | 142 | 64 |
| Binary | 11111100 | 1110 | 11101101 | 0 | 1011110 | 110 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FC0EED
Complementary color
Monochromatic Colors of #FC0EED
Black with #FC0EED
Text Example
Text Example
White with #FC0EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EED; }
p { color: rgb(252,14,237); }
H1.HeaderClassName
{
color: #FC0EED;
}
.AnyTagClassName
{
color: #FC0EED;
}
</style>
background-color css
<style>
a { background-color: #FC0EED; }
a { background-color: rgb(252,14,237); }
div.DivClassName
{
background-color: #FC0EED;
}
.BgClassName
{
background-color: #FC0EED;
}
</style>
border-color css
<style>
span { border-color: #FC0EED; }
span { border-color: rgb(252,14,237); }
td.TdClassName
{
border-color: #FC0EED;
}
.TagClassName
{
border-color: #FC0EED;
}
</style>