Shades of Hot Magenta #FC10D5
Tints of Hot Magenta #FC10D5
RGB
CMYK
RGB Variations
Color information
#FC10D5 (or 0xFC10D5) is known color: Hot Magenta. HEX triplet: FC, 10 and D5. RGB value is (252,16,213). Sum of RGB (Red+Green+Blue) = 252+16+213=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC10D5 is #03EF2A. Grayscale: #6C6C6C. Windows color (decimal): -257835 or 13963516. OLE color: 13963516.
HSL color Cylindrical-coordinate representation of color #FC10D5: hue angle of 309.92º 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 #FC10D5 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 213 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.01 |
| HSL | 309.92º | 0.98% | 0.53% | - |
| HSV(B) | 309.92º | 0.94% | 0.99% | - |
| XYZ | 52.34 | 25.87 | 65.19 | - |
| YUV | 109.02 | 186.69 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 213 | 0 | 0.94 | 0.15 | 0.01 | 309.92 | 0.98 | 0.53 |
| Hex | FC | 10 | D5 | 0 | 5E | F | 1 | 136 | 62 | 35 |
| Octal | 374 | 20 | 325 | 0 | 136 | 17 | 1 | 466 | 142 | 65 |
| Binary | 11111100 | 10000 | 11010101 | 0 | 1011110 | 1111 | 1 | 100110110 | 1100010 | 110101 |
Color Harmonies of #FC10D5
Complementary color
Monochromatic Colors of #FC10D5
Black with #FC10D5
Text Example
Text Example
White with #FC10D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC10D5; }
p { color: rgb(252,16,213); }
H1.HeaderClassName
{
color: #FC10D5;
}
.AnyTagClassName
{
color: #FC10D5;
}
</style>
background-color css
<style>
a { background-color: #FC10D5; }
a { background-color: rgb(252,16,213); }
div.DivClassName
{
background-color: #FC10D5;
}
.BgClassName
{
background-color: #FC10D5;
}
</style>
border-color css
<style>
span { border-color: #FC10D5; }
span { border-color: rgb(252,16,213); }
td.TdClassName
{
border-color: #FC10D5;
}
.TagClassName
{
border-color: #FC10D5;
}
</style>