Shades of Hot Magenta #FC12E2
Tints of Hot Magenta #FC12E2
RGB
CMYK
RGB Variations
Color information
#FC12E2 (or 0xFC12E2) is known color: Hot Magenta. HEX triplet: FC, 12 and E2. RGB value is (252,18,226). Sum of RGB (Red+Green+Blue) = 252+18+226=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 18 (7.42% from 255 or 3.63% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12E2 is #03ED1D. Grayscale: #6F6F6F. Windows color (decimal): -257310 or 14815996. OLE color: 14815996.
HSL color Cylindrical-coordinate representation of color #FC12E2: hue angle of 306.67º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC12E2 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 226 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.01 |
| HSL | 306.67º | 0.98% | 0.53% | - |
| HSV(B) | 306.67º | 0.93% | 0.99% | - |
| XYZ | 54.09 | 26.62 | 74.24 | - |
| YUV | 111.68 | 192.52 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 226 | 0 | 0.93 | 0.10 | 0.01 | 306.67 | 0.98 | 0.53 |
| Hex | FC | 12 | E2 | 0 | 5D | A | 1 | 133 | 62 | 35 |
| Octal | 374 | 22 | 342 | 0 | 135 | 12 | 1 | 463 | 142 | 65 |
| Binary | 11111100 | 10010 | 11100010 | 0 | 1011101 | 1010 | 1 | 100110011 | 1100010 | 110101 |
Color Harmonies of #FC12E2
Complementary color
Monochromatic Colors of #FC12E2
Black with #FC12E2
Text Example
Text Example
White with #FC12E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC12E2; }
p { color: rgb(252,18,226); }
H1.HeaderClassName
{
color: #FC12E2;
}
.AnyTagClassName
{
color: #FC12E2;
}
</style>
background-color css
<style>
a { background-color: #FC12E2; }
a { background-color: rgb(252,18,226); }
div.DivClassName
{
background-color: #FC12E2;
}
.BgClassName
{
background-color: #FC12E2;
}
</style>
border-color css
<style>
span { border-color: #FC12E2; }
span { border-color: rgb(252,18,226); }
td.TdClassName
{
border-color: #FC12E2;
}
.TagClassName
{
border-color: #FC12E2;
}
</style>