Shades of Hot Magenta #F812E4
Tints of Hot Magenta #F812E4
RGB
CMYK
RGB Variations
Color information
#F812E4 (or 0xF812E4) is known color: Hot Magenta. HEX triplet: F8, 12 and E4. RGB value is (248,18,228). Sum of RGB (Red+Green+Blue) = 248+18+228=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 18 (7.42% from 255 or 3.64% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F812E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F812E4 is #07ED1B. Grayscale: #6E6E6E. Windows color (decimal): -519452 or 14947064. OLE color: 14947064.
HSL color Cylindrical-coordinate representation of color #F812E4: hue angle of 305.22º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F812E4 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 228 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.03 |
| HSL | 305.22º | 0.94% | 0.52% | - |
| HSV(B) | 305.22º | 0.93% | 0.97% | - |
| XYZ | 52.93 | 25.99 | 75.63 | - |
| YUV | 110.71 | 194.2 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 228 | 0 | 0.93 | 0.08 | 0.03 | 305.22 | 0.94 | 0.52 |
| Hex | F8 | 12 | E4 | 0 | 5D | 8 | 3 | 131 | 5E | 34 |
| Octal | 370 | 22 | 344 | 0 | 135 | 10 | 3 | 461 | 136 | 64 |
| Binary | 11111000 | 10010 | 11100100 | 0 | 1011101 | 1000 | 11 | 100110001 | 1011110 | 110100 |
Color Harmonies of #F812E4
Complementary color
Monochromatic Colors of #F812E4
Black with #F812E4
Text Example
Text Example
White with #F812E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F812E4; }
p { color: rgb(248,18,228); }
H1.HeaderClassName
{
color: #F812E4;
}
.AnyTagClassName
{
color: #F812E4;
}
</style>
background-color css
<style>
a { background-color: #F812E4; }
a { background-color: rgb(248,18,228); }
div.DivClassName
{
background-color: #F812E4;
}
.BgClassName
{
background-color: #F812E4;
}
</style>
border-color css
<style>
span { border-color: #F812E4; }
span { border-color: rgb(248,18,228); }
td.TdClassName
{
border-color: #F812E4;
}
.TagClassName
{
border-color: #F812E4;
}
</style>