Shades of Hot Magenta #FC12E3
Tints of Hot Magenta #FC12E3
RGB
CMYK
RGB Variations
Color information
#FC12E3 (or 0xFC12E3) is known color: Hot Magenta. HEX triplet: FC, 12 and E3. RGB value is (252,18,227). Sum of RGB (Red+Green+Blue) = 252+18+227=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12E3 is #03ED1C. Grayscale: #6F6F6F. Windows color (decimal): -257309 or 14881532. OLE color: 14881532.
HSL color Cylindrical-coordinate representation of color #FC12E3: hue angle of 306.41º 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 #FC12E3 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 227 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.01 |
| HSL | 306.41º | 0.98% | 0.53% | - |
| HSV(B) | 306.41º | 0.93% | 0.99% | - |
| XYZ | 54.23 | 26.67 | 74.96 | - |
| YUV | 111.79 | 193.02 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 227 | 0 | 0.93 | 0.10 | 0.01 | 306.41 | 0.98 | 0.53 |
| Hex | FC | 12 | E3 | 0 | 5D | A | 1 | 132 | 62 | 35 |
| Octal | 374 | 22 | 343 | 0 | 135 | 12 | 1 | 462 | 142 | 65 |
| Binary | 11111100 | 10010 | 11100011 | 0 | 1011101 | 1010 | 1 | 100110010 | 1100010 | 110101 |
Color Harmonies of #FC12E3
Complementary color
Monochromatic Colors of #FC12E3
Black with #FC12E3
Text Example
Text Example
White with #FC12E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC12E3; }
p { color: rgb(252,18,227); }
H1.HeaderClassName
{
color: #FC12E3;
}
.AnyTagClassName
{
color: #FC12E3;
}
</style>
background-color css
<style>
a { background-color: #FC12E3; }
a { background-color: rgb(252,18,227); }
div.DivClassName
{
background-color: #FC12E3;
}
.BgClassName
{
background-color: #FC12E3;
}
</style>
border-color css
<style>
span { border-color: #FC12E3; }
span { border-color: rgb(252,18,227); }
td.TdClassName
{
border-color: #FC12E3;
}
.TagClassName
{
border-color: #FC12E3;
}
</style>