Shades of Hot Magenta #FC0ADE
Tints of Hot Magenta #FC0ADE
RGB
CMYK
RGB Variations
Color information
#FC0ADE (or 0xFC0ADE) is known color: Hot Magenta. HEX triplet: FC, 0A and DE. RGB value is (252,10,222). Sum of RGB (Red+Green+Blue) = 252+10+222=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 10 (4.30% from 255 or 2.07% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ADE is #03F521. Grayscale: #696969. Windows color (decimal): -259362 or 14551804. OLE color: 14551804.
HSL color Cylindrical-coordinate representation of color #FC0ADE: hue angle of 307.44º 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 #FC0ADE is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 222 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.01 |
| HSL | 307.44º | 0.98% | 0.51% | - |
| HSV(B) | 307.44º | 0.96% | 0.99% | - |
| XYZ | 53.44 | 26.19 | 71.35 | - |
| YUV | 106.53 | 193.17 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 222 | 0 | 0.96 | 0.12 | 0.01 | 307.44 | 0.98 | 0.51 |
| Hex | FC | A | DE | 0 | 60 | C | 1 | 133 | 62 | 33 |
| Octal | 374 | 12 | 336 | 0 | 140 | 14 | 1 | 463 | 142 | 63 |
| Binary | 11111100 | 1010 | 11011110 | 0 | 1100000 | 1100 | 1 | 100110011 | 1100010 | 110011 |
Color Harmonies of #FC0ADE
Complementary color
Monochromatic Colors of #FC0ADE
Black with #FC0ADE
Text Example
Text Example
White with #FC0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0ADE; }
p { color: rgb(252,10,222); }
H1.HeaderClassName
{
color: #FC0ADE;
}
.AnyTagClassName
{
color: #FC0ADE;
}
</style>
background-color css
<style>
a { background-color: #FC0ADE; }
a { background-color: rgb(252,10,222); }
div.DivClassName
{
background-color: #FC0ADE;
}
.BgClassName
{
background-color: #FC0ADE;
}
</style>
border-color css
<style>
span { border-color: #FC0ADE; }
span { border-color: rgb(252,10,222); }
td.TdClassName
{
border-color: #FC0ADE;
}
.TagClassName
{
border-color: #FC0ADE;
}
</style>