Shades of Hot Magenta #FC0AD2
Tints of Hot Magenta #FC0AD2
RGB
CMYK
RGB Variations
Color information
#FC0AD2 (or 0xFC0AD2) is known color: Hot Magenta. HEX triplet: FC, 0A and D2. RGB value is (252,10,210). Sum of RGB (Red+Green+Blue) = 252+10+210=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 10 (4.30% from 255 or 2.12% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0AD2 is #03F52D. Grayscale: #686868. Windows color (decimal): -259374 or 13765372. OLE color: 13765372.
HSL color Cylindrical-coordinate representation of color #FC0AD2: hue angle of 310.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0AD2 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 210 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.01 |
| HSL | 310.41º | 0.98% | 0.51% | - |
| HSV(B) | 310.41º | 0.96% | 0.99% | - |
| XYZ | 51.89 | 25.57 | 63.17 | - |
| YUV | 105.16 | 187.17 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 210 | 0 | 0.96 | 0.17 | 0.01 | 310.41 | 0.98 | 0.51 |
| Hex | FC | A | D2 | 0 | 60 | 11 | 1 | 136 | 62 | 33 |
| Octal | 374 | 12 | 322 | 0 | 140 | 21 | 1 | 466 | 142 | 63 |
| Binary | 11111100 | 1010 | 11010010 | 0 | 1100000 | 10001 | 1 | 100110110 | 1100010 | 110011 |
Color Harmonies of #FC0AD2
Complementary color
Monochromatic Colors of #FC0AD2
Black with #FC0AD2
Text Example
Text Example
White with #FC0AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0AD2; }
p { color: rgb(252,10,210); }
H1.HeaderClassName
{
color: #FC0AD2;
}
.AnyTagClassName
{
color: #FC0AD2;
}
</style>
background-color css
<style>
a { background-color: #FC0AD2; }
a { background-color: rgb(252,10,210); }
div.DivClassName
{
background-color: #FC0AD2;
}
.BgClassName
{
background-color: #FC0AD2;
}
</style>
border-color css
<style>
span { border-color: #FC0AD2; }
span { border-color: rgb(252,10,210); }
td.TdClassName
{
border-color: #FC0AD2;
}
.TagClassName
{
border-color: #FC0AD2;
}
</style>