Shades of Hot Magenta #FC01CF
Tints of Hot Magenta #FC01CF
RGB
CMYK
RGB Variations
Color information
#FC01CF (or 0xFC01CF) is known color: Hot Magenta. HEX triplet: FC, 01 and CF. RGB value is (252,1,207). Sum of RGB (Red+Green+Blue) = 252+1+207=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01CF is #03FE30. Grayscale: #626262. Windows color (decimal): -261681 or 13566460. OLE color: 13566460.
HSL color Cylindrical-coordinate representation of color #FC01CF: hue angle of 310.76º 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 #FC01CF is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.01 |
| HSL | 310.76º | 0.99% | 0.5% | - |
| HSV(B) | 310.76º | 1% | 0.99% | - |
| XYZ | 51.42 | 25.22 | 61.19 | - |
| YUV | 99.53 | 188.66 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 207 | 0 | 1.00 | 0.18 | 0.01 | 310.76 | 0.99 | 0.5 |
| Hex | FC | 1 | CF | 0 | 64 | 12 | 1 | 137 | 63 | 32 |
| Octal | 374 | 1 | 317 | 0 | 144 | 22 | 1 | 467 | 143 | 62 |
| Binary | 11111100 | 1 | 11001111 | 0 | 1100100 | 10010 | 1 | 100110111 | 1100011 | 110010 |
Color Harmonies of #FC01CF
Complementary color
Monochromatic Colors of #FC01CF
Black with #FC01CF
Text Example
Text Example
White with #FC01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01CF; }
p { color: rgb(252,1,207); }
H1.HeaderClassName
{
color: #FC01CF;
}
.AnyTagClassName
{
color: #FC01CF;
}
</style>
background-color css
<style>
a { background-color: #FC01CF; }
a { background-color: rgb(252,1,207); }
div.DivClassName
{
background-color: #FC01CF;
}
.BgClassName
{
background-color: #FC01CF;
}
</style>
border-color css
<style>
span { border-color: #FC01CF; }
span { border-color: rgb(252,1,207); }
td.TdClassName
{
border-color: #FC01CF;
}
.TagClassName
{
border-color: #FC01CF;
}
</style>