Shades of Hot Magenta #F80EE4
Tints of Hot Magenta #F80EE4
RGB
CMYK
RGB Variations
Color information
#F80EE4 (or 0xF80EE4) is known color: Hot Magenta. HEX triplet: F8, 0E and E4. RGB value is (248,14,228). Sum of RGB (Red+Green+Blue) = 248+14+228=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80EE4 is #07F11B. Grayscale: #6B6B6B. Windows color (decimal): -520476 or 14946040. OLE color: 14946040.
HSL color Cylindrical-coordinate representation of color #F80EE4: hue angle of 305.13º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80EE4 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 228 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.03 |
| HSL | 305.13º | 0.94% | 0.51% | - |
| HSV(B) | 305.13º | 0.94% | 0.97% | - |
| XYZ | 52.87 | 25.87 | 75.61 | - |
| YUV | 108.36 | 195.52 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 228 | 0 | 0.94 | 0.08 | 0.03 | 305.13 | 0.94 | 0.51 |
| Hex | F8 | E | E4 | 0 | 5E | 8 | 3 | 131 | 5E | 33 |
| Octal | 370 | 16 | 344 | 0 | 136 | 10 | 3 | 461 | 136 | 63 |
| Binary | 11111000 | 1110 | 11100100 | 0 | 1011110 | 1000 | 11 | 100110001 | 1011110 | 110011 |
Color Harmonies of #F80EE4
Complementary color
Monochromatic Colors of #F80EE4
Black with #F80EE4
Text Example
Text Example
White with #F80EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80EE4; }
p { color: rgb(248,14,228); }
H1.HeaderClassName
{
color: #F80EE4;
}
.AnyTagClassName
{
color: #F80EE4;
}
</style>
background-color css
<style>
a { background-color: #F80EE4; }
a { background-color: rgb(248,14,228); }
div.DivClassName
{
background-color: #F80EE4;
}
.BgClassName
{
background-color: #F80EE4;
}
</style>
border-color css
<style>
span { border-color: #F80EE4; }
span { border-color: rgb(248,14,228); }
td.TdClassName
{
border-color: #F80EE4;
}
.TagClassName
{
border-color: #F80EE4;
}
</style>