Shades of Hot Magenta #FC10E2
Tints of Hot Magenta #FC10E2
RGB
CMYK
RGB Variations
Color information
#FC10E2 (or 0xFC10E2) is known color: Hot Magenta. HEX triplet: FC, 10 and E2. RGB value is (252,16,226). Sum of RGB (Red+Green+Blue) = 252+16+226=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 16 (6.64% from 255 or 3.24% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC10E2 is #03EF1D. Grayscale: #6D6D6D. Windows color (decimal): -257822 or 14815484. OLE color: 14815484.
HSL color Cylindrical-coordinate representation of color #FC10E2: hue angle of 306.61º 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 #FC10E2 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 226 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.01 |
| HSL | 306.61º | 0.98% | 0.53% | - |
| HSV(B) | 306.61º | 0.94% | 0.99% | - |
| XYZ | 54.06 | 26.56 | 74.23 | - |
| YUV | 110.5 | 193.19 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 226 | 0 | 0.94 | 0.10 | 0.01 | 306.61 | 0.98 | 0.53 |
| Hex | FC | 10 | E2 | 0 | 5E | A | 1 | 133 | 62 | 35 |
| Octal | 374 | 20 | 342 | 0 | 136 | 12 | 1 | 463 | 142 | 65 |
| Binary | 11111100 | 10000 | 11100010 | 0 | 1011110 | 1010 | 1 | 100110011 | 1100010 | 110101 |
Color Harmonies of #FC10E2
Complementary color
Monochromatic Colors of #FC10E2
Black with #FC10E2
Text Example
Text Example
White with #FC10E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC10E2; }
p { color: rgb(252,16,226); }
H1.HeaderClassName
{
color: #FC10E2;
}
.AnyTagClassName
{
color: #FC10E2;
}
</style>
background-color css
<style>
a { background-color: #FC10E2; }
a { background-color: rgb(252,16,226); }
div.DivClassName
{
background-color: #FC10E2;
}
.BgClassName
{
background-color: #FC10E2;
}
</style>
border-color css
<style>
span { border-color: #FC10E2; }
span { border-color: rgb(252,16,226); }
td.TdClassName
{
border-color: #FC10E2;
}
.TagClassName
{
border-color: #FC10E2;
}
</style>