Shades of Hot Magenta #FC0CCF
Tints of Hot Magenta #FC0CCF
RGB
CMYK
RGB Variations
Color information
#FC0CCF (or 0xFC0CCF) is known color: Hot Magenta. HEX triplet: FC, 0C and CF. RGB value is (252,12,207). Sum of RGB (Red+Green+Blue) = 252+12+207=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 12 (5.08% from 255 or 2.55% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CCF is #03F330. Grayscale: #696969. Windows color (decimal): -258865 or 13569276. OLE color: 13569276.
HSL color Cylindrical-coordinate representation of color #FC0CCF: hue angle of 311.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0CCF is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 207 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.01 |
| HSL | 311.25º | 0.98% | 0.52% | - |
| HSV(B) | 311.25º | 0.95% | 0.99% | - |
| XYZ | 51.54 | 25.46 | 61.23 | - |
| YUV | 105.99 | 185.01 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 207 | 0 | 0.95 | 0.18 | 0.01 | 311.25 | 0.98 | 0.52 |
| Hex | FC | C | CF | 0 | 5F | 12 | 1 | 137 | 62 | 34 |
| Octal | 374 | 14 | 317 | 0 | 137 | 22 | 1 | 467 | 142 | 64 |
| Binary | 11111100 | 1100 | 11001111 | 0 | 1011111 | 10010 | 1 | 100110111 | 1100010 | 110100 |
Color Harmonies of #FC0CCF
Complementary color
Monochromatic Colors of #FC0CCF
Black with #FC0CCF
Text Example
Text Example
White with #FC0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0CCF; }
p { color: rgb(252,12,207); }
H1.HeaderClassName
{
color: #FC0CCF;
}
.AnyTagClassName
{
color: #FC0CCF;
}
</style>
background-color css
<style>
a { background-color: #FC0CCF; }
a { background-color: rgb(252,12,207); }
div.DivClassName
{
background-color: #FC0CCF;
}
.BgClassName
{
background-color: #FC0CCF;
}
</style>
border-color css
<style>
span { border-color: #FC0CCF; }
span { border-color: rgb(252,12,207); }
td.TdClassName
{
border-color: #FC0CCF;
}
.TagClassName
{
border-color: #FC0CCF;
}
</style>