Shades of Hot Magenta #FE12E4
Tints of Hot Magenta #FE12E4
RGB
CMYK
RGB Variations
Color information
#FE12E4 (or 0xFE12E4) is known color: Hot Magenta. HEX triplet: FE, 12 and E4. RGB value is (254,18,228). Sum of RGB (Red+Green+Blue) = 254+18+228=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 18 (7.42% from 255 or 3.6% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12E4 is #01ED1B. Grayscale: #6F6F6F. Windows color (decimal): -126236 or 14947070. OLE color: 14947070.
HSL color Cylindrical-coordinate representation of color #FE12E4: hue angle of 306.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE12E4 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 228 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.00 |
| HSL | 306.61º | 0.99% | 0.53% | - |
| HSV(B) | 306.61º | 0.93% | 1% | - |
| XYZ | 55.09 | 27.1 | 75.73 | - |
| YUV | 112.5 | 193.19 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 228 | 0 | 0.93 | 0.10 | 0.00 | 306.61 | 0.99 | 0.53 |
| Hex | FE | 12 | E4 | 0 | 5D | A | 0 | 133 | 63 | 35 |
| Octal | 376 | 22 | 344 | 0 | 135 | 12 | 0 | 463 | 143 | 65 |
| Binary | 11111110 | 10010 | 11100100 | 0 | 1011101 | 1010 | 0 | 100110011 | 1100011 | 110101 |
Color Harmonies of #FE12E4
Complementary color
Monochromatic Colors of #FE12E4
Black with #FE12E4
Text Example
Text Example
White with #FE12E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12E4; }
p { color: rgb(254,18,228); }
H1.HeaderClassName
{
color: #FE12E4;
}
.AnyTagClassName
{
color: #FE12E4;
}
</style>
background-color css
<style>
a { background-color: #FE12E4; }
a { background-color: rgb(254,18,228); }
div.DivClassName
{
background-color: #FE12E4;
}
.BgClassName
{
background-color: #FE12E4;
}
</style>
border-color css
<style>
span { border-color: #FE12E4; }
span { border-color: rgb(254,18,228); }
td.TdClassName
{
border-color: #FE12E4;
}
.TagClassName
{
border-color: #FE12E4;
}
</style>