Shades of Hot Magenta #FC0ADF
Tints of Hot Magenta #FC0ADF
RGB
CMYK
RGB Variations
Color information
#FC0ADF (or 0xFC0ADF) is known color: Hot Magenta. HEX triplet: FC, 0A and DF. RGB value is (252,10,223). Sum of RGB (Red+Green+Blue) = 252+10+223=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 10 (4.30% from 255 or 2.06% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ADF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ADF is #03F520. Grayscale: #6A6A6A. Windows color (decimal): -259361 or 14617340. OLE color: 14617340.
HSL color Cylindrical-coordinate representation of color #FC0ADF: hue angle of 307.19º 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 #FC0ADF is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 223 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.01 |
| HSL | 307.19º | 0.98% | 0.51% | - |
| HSV(B) | 307.19º | 0.96% | 0.99% | - |
| XYZ | 53.57 | 26.24 | 72.05 | - |
| YUV | 106.64 | 193.67 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 223 | 0 | 0.96 | 0.12 | 0.01 | 307.19 | 0.98 | 0.51 |
| Hex | FC | A | DF | 0 | 60 | C | 1 | 133 | 62 | 33 |
| Octal | 374 | 12 | 337 | 0 | 140 | 14 | 1 | 463 | 142 | 63 |
| Binary | 11111100 | 1010 | 11011111 | 0 | 1100000 | 1100 | 1 | 100110011 | 1100010 | 110011 |
Color Harmonies of #FC0ADF
Complementary color
Monochromatic Colors of #FC0ADF
Black with #FC0ADF
Text Example
Text Example
White with #FC0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0ADF; }
p { color: rgb(252,10,223); }
H1.HeaderClassName
{
color: #FC0ADF;
}
.AnyTagClassName
{
color: #FC0ADF;
}
</style>
background-color css
<style>
a { background-color: #FC0ADF; }
a { background-color: rgb(252,10,223); }
div.DivClassName
{
background-color: #FC0ADF;
}
.BgClassName
{
background-color: #FC0ADF;
}
</style>
border-color css
<style>
span { border-color: #FC0ADF; }
span { border-color: rgb(252,10,223); }
td.TdClassName
{
border-color: #FC0ADF;
}
.TagClassName
{
border-color: #FC0ADF;
}
</style>