Shades of Hot Magenta #FC01CE
Tints of Hot Magenta #FC01CE
RGB
CMYK
RGB Variations
Color information
#FC01CE (or 0xFC01CE) is known color: Hot Magenta. HEX triplet: FC, 01 and CE. RGB value is (252,1,206). Sum of RGB (Red+Green+Blue) = 252+1+206=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01CE is #03FE31. Grayscale: #626262. Windows color (decimal): -261682 or 13500924. OLE color: 13500924.
HSL color Cylindrical-coordinate representation of color #FC01CE: hue angle of 311º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC01CE is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.01 |
| HSL | 311º | 0.99% | 0.5% | - |
| HSV(B) | 311º | 1% | 0.99% | - |
| XYZ | 51.3 | 25.17 | 60.55 | - |
| YUV | 99.42 | 188.16 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 206 | 0 | 1.00 | 0.18 | 0.01 | 311 | 0.99 | 0.5 |
| Hex | FC | 1 | CE | 0 | 64 | 12 | 1 | 137 | 63 | 32 |
| Octal | 374 | 1 | 316 | 0 | 144 | 22 | 1 | 467 | 143 | 62 |
| Binary | 11111100 | 1 | 11001110 | 0 | 1100100 | 10010 | 1 | 100110111 | 1100011 | 110010 |
Color Harmonies of #FC01CE
Complementary color
Monochromatic Colors of #FC01CE
Black with #FC01CE
Text Example
Text Example
White with #FC01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01CE; }
p { color: rgb(252,1,206); }
H1.HeaderClassName
{
color: #FC01CE;
}
.AnyTagClassName
{
color: #FC01CE;
}
</style>
background-color css
<style>
a { background-color: #FC01CE; }
a { background-color: rgb(252,1,206); }
div.DivClassName
{
background-color: #FC01CE;
}
.BgClassName
{
background-color: #FC01CE;
}
</style>
border-color css
<style>
span { border-color: #FC01CE; }
span { border-color: rgb(252,1,206); }
td.TdClassName
{
border-color: #FC01CE;
}
.TagClassName
{
border-color: #FC01CE;
}
</style>