Shades of Hot Magenta #FC0ECE
Tints of Hot Magenta #FC0ECE
RGB
CMYK
RGB Variations
Color information
#FC0ECE (or 0xFC0ECE) is known color: Hot Magenta. HEX triplet: FC, 0E and CE. RGB value is (252,14,206). Sum of RGB (Red+Green+Blue) = 252+14+206=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 14 (5.86% from 255 or 2.97% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ECE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ECE is #03F131. Grayscale: #6A6A6A. Windows color (decimal): -258354 or 13504252. OLE color: 13504252.
HSL color Cylindrical-coordinate representation of color #FC0ECE: hue angle of 311.6º 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 #FC0ECE is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 14 | 206 | - |
CMYK | 0 | 0.94 | 0.18 | 0.01 |
HSL | 311.6º | 0.98% | 0.52% | - |
HSV(B) | 311.6º | 0.94% | 0.99% | - |
XYZ | 51.44 | 25.47 | 60.6 | - |
YUV | 107.05 | 183.85 | 231.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 14 | 206 | 0 | 0.94 | 0.18 | 0.01 | 311.6 | 0.98 | 0.52 |
Hex | FC | E | CE | 0 | 5E | 12 | 1 | 138 | 62 | 34 |
Octal | 374 | 16 | 316 | 0 | 136 | 22 | 1 | 470 | 142 | 64 |
Binary | 11111100 | 1110 | 11001110 | 0 | 1011110 | 10010 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FC0ECE
Complementary color
Monochromatic Colors of #FC0ECE
Black with #FC0ECE
Text Example
Text Example
White with #FC0ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0ECE; }
p { color: rgb(252,14,206); }
H1.HeaderClassName
{
color: #FC0ECE;
}
.AnyTagClassName
{
color: #FC0ECE;
}
</style>
background-color css
<style>
a { background-color: #FC0ECE; }
a { background-color: rgb(252,14,206); }
div.DivClassName
{
background-color: #FC0ECE;
}
.BgClassName
{
background-color: #FC0ECE;
}
</style>
border-color css
<style>
span { border-color: #FC0ECE; }
span { border-color: rgb(252,14,206); }
td.TdClassName
{
border-color: #FC0ECE;
}
.TagClassName
{
border-color: #FC0ECE;
}
</style>