Shades of Hot Magenta #FC01DA
Tints of Hot Magenta #FC01DA
RGB
CMYK
RGB Variations
Color information
#FC01DA (or 0xFC01DA) is known color: Hot Magenta. HEX triplet: FC, 01 and DA. RGB value is (252,1,218). Sum of RGB (Red+Green+Blue) = 252+1+218=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01DA is #03FE25. Grayscale: #646464. Windows color (decimal): -261670 or 14287356. OLE color: 14287356.
HSL color Cylindrical-coordinate representation of color #FC01DA: hue angle of 308.13º 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 #FC01DA is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 218 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.01 |
| HSL | 308.13º | 0.99% | 0.5% | - |
| HSV(B) | 308.13º | 1% | 0.99% | - |
| XYZ | 52.81 | 25.78 | 68.52 | - |
| YUV | 100.79 | 194.16 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 218 | 0 | 1.00 | 0.13 | 0.01 | 308.13 | 0.99 | 0.5 |
| Hex | FC | 1 | DA | 0 | 64 | D | 1 | 134 | 63 | 32 |
| Octal | 374 | 1 | 332 | 0 | 144 | 15 | 1 | 464 | 143 | 62 |
| Binary | 11111100 | 1 | 11011010 | 0 | 1100100 | 1101 | 1 | 100110100 | 1100011 | 110010 |
Color Harmonies of #FC01DA
Complementary color
Monochromatic Colors of #FC01DA
Black with #FC01DA
Text Example
Text Example
White with #FC01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01DA; }
p { color: rgb(252,1,218); }
H1.HeaderClassName
{
color: #FC01DA;
}
.AnyTagClassName
{
color: #FC01DA;
}
</style>
background-color css
<style>
a { background-color: #FC01DA; }
a { background-color: rgb(252,1,218); }
div.DivClassName
{
background-color: #FC01DA;
}
.BgClassName
{
background-color: #FC01DA;
}
</style>
border-color css
<style>
span { border-color: #FC01DA; }
span { border-color: rgb(252,1,218); }
td.TdClassName
{
border-color: #FC01DA;
}
.TagClassName
{
border-color: #FC01DA;
}
</style>