Shades of Hot Magenta #FC10DF
Tints of Hot Magenta #FC10DF
RGB
CMYK
RGB Variations
Color information
#FC10DF (or 0xFC10DF) is known color: Hot Magenta. HEX triplet: FC, 10 and DF. RGB value is (252,16,223). Sum of RGB (Red+Green+Blue) = 252+16+223=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 16 (6.64% from 255 or 3.26% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC10DF is #03EF20. Grayscale: #6D6D6D. Windows color (decimal): -257825 or 14618876. OLE color: 14618876.
HSL color Cylindrical-coordinate representation of color #FC10DF: hue angle of 307.37º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC10DF is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 223 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.01 |
| HSL | 307.37º | 0.98% | 0.53% | - |
| HSV(B) | 307.37º | 0.94% | 0.99% | - |
| XYZ | 53.65 | 26.39 | 72.08 | - |
| YUV | 110.16 | 191.69 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 223 | 0 | 0.94 | 0.12 | 0.01 | 307.37 | 0.98 | 0.53 |
| Hex | FC | 10 | DF | 0 | 5E | C | 1 | 133 | 62 | 35 |
| Octal | 374 | 20 | 337 | 0 | 136 | 14 | 1 | 463 | 142 | 65 |
| Binary | 11111100 | 10000 | 11011111 | 0 | 1011110 | 1100 | 1 | 100110011 | 1100010 | 110101 |
Color Harmonies of #FC10DF
Complementary color
Monochromatic Colors of #FC10DF
Black with #FC10DF
Text Example
Text Example
White with #FC10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC10DF; }
p { color: rgb(252,16,223); }
H1.HeaderClassName
{
color: #FC10DF;
}
.AnyTagClassName
{
color: #FC10DF;
}
</style>
background-color css
<style>
a { background-color: #FC10DF; }
a { background-color: rgb(252,16,223); }
div.DivClassName
{
background-color: #FC10DF;
}
.BgClassName
{
background-color: #FC10DF;
}
</style>
border-color css
<style>
span { border-color: #FC10DF; }
span { border-color: rgb(252,16,223); }
td.TdClassName
{
border-color: #FC10DF;
}
.TagClassName
{
border-color: #FC10DF;
}
</style>