Shades of Hot Magenta #FC01C6
Tints of Hot Magenta #FC01C6
RGB
CMYK
RGB Variations
Color information
#FC01C6 (or 0xFC01C6) is known color: Hot Magenta. HEX triplet: FC, 01 and C6. RGB value is (252,1,198). Sum of RGB (Red+Green+Blue) = 252+1+198=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01C6 is #03FE39. Grayscale: #616161. Windows color (decimal): -261690 or 12976636. OLE color: 12976636.
HSL color Cylindrical-coordinate representation of color #FC01C6: hue angle of 312.91º 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 #FC01C6 is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 198 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.01 |
| HSL | 312.91º | 0.99% | 0.5% | - |
| HSV(B) | 312.91º | 1% | 0.99% | - |
| XYZ | 50.35 | 24.79 | 55.56 | - |
| YUV | 98.51 | 184.16 | 237.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 198 | 0 | 1.00 | 0.21 | 0.01 | 312.91 | 0.99 | 0.5 |
| Hex | FC | 1 | C6 | 0 | 64 | 15 | 1 | 139 | 63 | 32 |
| Octal | 374 | 1 | 306 | 0 | 144 | 25 | 1 | 471 | 143 | 62 |
| Binary | 11111100 | 1 | 11000110 | 0 | 1100100 | 10101 | 1 | 100111001 | 1100011 | 110010 |
Color Harmonies of #FC01C6
Complementary color
Monochromatic Colors of #FC01C6
Black with #FC01C6
Text Example
Text Example
White with #FC01C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01C6; }
p { color: rgb(252,1,198); }
H1.HeaderClassName
{
color: #FC01C6;
}
.AnyTagClassName
{
color: #FC01C6;
}
</style>
background-color css
<style>
a { background-color: #FC01C6; }
a { background-color: rgb(252,1,198); }
div.DivClassName
{
background-color: #FC01C6;
}
.BgClassName
{
background-color: #FC01C6;
}
</style>
border-color css
<style>
span { border-color: #FC01C6; }
span { border-color: rgb(252,1,198); }
td.TdClassName
{
border-color: #FC01C6;
}
.TagClassName
{
border-color: #FC01C6;
}
</style>