Shades of Hot Magenta #FC0AD0
Tints of Hot Magenta #FC0AD0
RGB
CMYK
RGB Variations
Color information
#FC0AD0 (or 0xFC0AD0) is known color: Hot Magenta. HEX triplet: FC, 0A and D0. RGB value is (252,10,208). Sum of RGB (Red+Green+Blue) = 252+10+208=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0AD0 is #03F52F. Grayscale: #686868. Windows color (decimal): -259376 or 13634300. OLE color: 13634300.
HSL color Cylindrical-coordinate representation of color #FC0AD0: hue angle of 310.91º 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 #FC0AD0 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 208 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.01 |
| HSL | 310.91º | 0.98% | 0.51% | - |
| HSV(B) | 310.91º | 0.96% | 0.99% | - |
| XYZ | 51.64 | 25.47 | 61.87 | - |
| YUV | 104.93 | 186.17 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 208 | 0 | 0.96 | 0.17 | 0.01 | 310.91 | 0.98 | 0.51 |
| Hex | FC | A | D0 | 0 | 60 | 11 | 1 | 137 | 62 | 33 |
| Octal | 374 | 12 | 320 | 0 | 140 | 21 | 1 | 467 | 142 | 63 |
| Binary | 11111100 | 1010 | 11010000 | 0 | 1100000 | 10001 | 1 | 100110111 | 1100010 | 110011 |
Color Harmonies of #FC0AD0
Complementary color
Monochromatic Colors of #FC0AD0
Black with #FC0AD0
Text Example
Text Example
White with #FC0AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0AD0; }
p { color: rgb(252,10,208); }
H1.HeaderClassName
{
color: #FC0AD0;
}
.AnyTagClassName
{
color: #FC0AD0;
}
</style>
background-color css
<style>
a { background-color: #FC0AD0; }
a { background-color: rgb(252,10,208); }
div.DivClassName
{
background-color: #FC0AD0;
}
.BgClassName
{
background-color: #FC0AD0;
}
</style>
border-color css
<style>
span { border-color: #FC0AD0; }
span { border-color: rgb(252,10,208); }
td.TdClassName
{
border-color: #FC0AD0;
}
.TagClassName
{
border-color: #FC0AD0;
}
</style>