Shades of Hot Magenta #FC01CC
Tints of Hot Magenta #FC01CC
RGB
CMYK
RGB Variations
Color information
#FC01CC (or 0xFC01CC) is known color: Hot Magenta. HEX triplet: FC, 01 and CC. RGB value is (252,1,204). Sum of RGB (Red+Green+Blue) = 252+1+204=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01CC is #03FE33. Grayscale: #626262. Windows color (decimal): -261684 or 13369852. OLE color: 13369852.
HSL color Cylindrical-coordinate representation of color #FC01CC: hue angle of 311.47º 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 #FC01CC is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.01 |
| HSL | 311.47º | 0.99% | 0.5% | - |
| HSV(B) | 311.47º | 1% | 0.99% | - |
| XYZ | 51.05 | 25.08 | 59.28 | - |
| YUV | 99.19 | 187.16 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 204 | 0 | 1.00 | 0.19 | 0.01 | 311.47 | 0.99 | 0.5 |
| Hex | FC | 1 | CC | 0 | 64 | 13 | 1 | 137 | 63 | 32 |
| Octal | 374 | 1 | 314 | 0 | 144 | 23 | 1 | 467 | 143 | 62 |
| Binary | 11111100 | 1 | 11001100 | 0 | 1100100 | 10011 | 1 | 100110111 | 1100011 | 110010 |
Color Harmonies of #FC01CC
Complementary color
Monochromatic Colors of #FC01CC
Black with #FC01CC
Text Example
Text Example
White with #FC01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01CC; }
p { color: rgb(252,1,204); }
H1.HeaderClassName
{
color: #FC01CC;
}
.AnyTagClassName
{
color: #FC01CC;
}
</style>
background-color css
<style>
a { background-color: #FC01CC; }
a { background-color: rgb(252,1,204); }
div.DivClassName
{
background-color: #FC01CC;
}
.BgClassName
{
background-color: #FC01CC;
}
</style>
border-color css
<style>
span { border-color: #FC01CC; }
span { border-color: rgb(252,1,204); }
td.TdClassName
{
border-color: #FC01CC;
}
.TagClassName
{
border-color: #FC01CC;
}
</style>