Shades of Hot Magenta #FC0EDF
Tints of Hot Magenta #FC0EDF
RGB
CMYK
RGB Variations
Color information
#FC0EDF (or 0xFC0EDF) is known color: Hot Magenta. HEX triplet: FC, 0E and DF. RGB value is (252,14,223). Sum of RGB (Red+Green+Blue) = 252+14+223=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 14 (5.86% from 255 or 2.86% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0EDF is #03F120. Grayscale: #6C6C6C. Windows color (decimal): -258337 or 14618364. OLE color: 14618364.
HSL color Cylindrical-coordinate representation of color #FC0EDF: hue angle of 307.31º 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 #FC0EDF is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 223 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.01 |
| HSL | 307.31º | 0.98% | 0.52% | - |
| HSV(B) | 307.31º | 0.94% | 0.99% | - |
| XYZ | 53.62 | 26.34 | 72.07 | - |
| YUV | 108.99 | 192.35 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 223 | 0 | 0.94 | 0.12 | 0.01 | 307.31 | 0.98 | 0.52 |
| Hex | FC | E | DF | 0 | 5E | C | 1 | 133 | 62 | 34 |
| Octal | 374 | 16 | 337 | 0 | 136 | 14 | 1 | 463 | 142 | 64 |
| Binary | 11111100 | 1110 | 11011111 | 0 | 1011110 | 1100 | 1 | 100110011 | 1100010 | 110100 |
Color Harmonies of #FC0EDF
Complementary color
Monochromatic Colors of #FC0EDF
Black with #FC0EDF
Text Example
Text Example
White with #FC0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EDF; }
p { color: rgb(252,14,223); }
H1.HeaderClassName
{
color: #FC0EDF;
}
.AnyTagClassName
{
color: #FC0EDF;
}
</style>
background-color css
<style>
a { background-color: #FC0EDF; }
a { background-color: rgb(252,14,223); }
div.DivClassName
{
background-color: #FC0EDF;
}
.BgClassName
{
background-color: #FC0EDF;
}
</style>
border-color css
<style>
span { border-color: #FC0EDF; }
span { border-color: rgb(252,14,223); }
td.TdClassName
{
border-color: #FC0EDF;
}
.TagClassName
{
border-color: #FC0EDF;
}
</style>