Shades of Hot Magenta #FC01D7
Tints of Hot Magenta #FC01D7
RGB
CMYK
RGB Variations
Color information
#FC01D7 (or 0xFC01D7) is known color: Hot Magenta. HEX triplet: FC, 01 and D7. RGB value is (252,1,215). Sum of RGB (Red+Green+Blue) = 252+1+215=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 1 (0.78% from 255 or 0.21% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01D7 is #03FE28. Grayscale: #636363. Windows color (decimal): -261673 or 14090748. OLE color: 14090748.
HSL color Cylindrical-coordinate representation of color #FC01D7: hue angle of 308.84º 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 #FC01D7 is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 215 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.01 |
| HSL | 308.84º | 0.99% | 0.5% | - |
| HSV(B) | 308.84º | 1% | 0.99% | - |
| XYZ | 52.42 | 25.62 | 66.47 | - |
| YUV | 100.45 | 192.66 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 215 | 0 | 1.00 | 0.15 | 0.01 | 308.84 | 0.99 | 0.5 |
| Hex | FC | 1 | D7 | 0 | 64 | F | 1 | 135 | 63 | 32 |
| Octal | 374 | 1 | 327 | 0 | 144 | 17 | 1 | 465 | 143 | 62 |
| Binary | 11111100 | 1 | 11010111 | 0 | 1100100 | 1111 | 1 | 100110101 | 1100011 | 110010 |
Color Harmonies of #FC01D7
Complementary color
Monochromatic Colors of #FC01D7
Black with #FC01D7
Text Example
Text Example
White with #FC01D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01D7; }
p { color: rgb(252,1,215); }
H1.HeaderClassName
{
color: #FC01D7;
}
.AnyTagClassName
{
color: #FC01D7;
}
</style>
background-color css
<style>
a { background-color: #FC01D7; }
a { background-color: rgb(252,1,215); }
div.DivClassName
{
background-color: #FC01D7;
}
.BgClassName
{
background-color: #FC01D7;
}
</style>
border-color css
<style>
span { border-color: #FC01D7; }
span { border-color: rgb(252,1,215); }
td.TdClassName
{
border-color: #FC01D7;
}
.TagClassName
{
border-color: #FC01D7;
}
</style>