Shades of Magenta #F80EE6
Tints of Magenta #F80EE6
RGB
CMYK
RGB Variations
Color information
#F80EE6 (or 0xF80EE6) is known color: Magenta. HEX triplet: F8, 0E and E6. RGB value is (248,14,230). Sum of RGB (Red+Green+Blue) = 248+14+230=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 14 (5.86% from 255 or 2.85% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80EE6 is #07F119. Grayscale: #6B6B6B. Windows color (decimal): -520474 or 15077112. OLE color: 15077112.
HSL color Cylindrical-coordinate representation of color #F80EE6: hue angle of 304.62º 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 #F80EE6 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 230 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.03 |
| HSL | 304.62º | 0.94% | 0.51% | - |
| HSV(B) | 304.62º | 0.94% | 0.97% | - |
| XYZ | 53.15 | 25.98 | 77.08 | - |
| YUV | 108.59 | 196.52 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 230 | 0 | 0.94 | 0.07 | 0.03 | 304.62 | 0.94 | 0.51 |
| Hex | F8 | E | E6 | 0 | 5E | 7 | 3 | 131 | 5E | 33 |
| Octal | 370 | 16 | 346 | 0 | 136 | 7 | 3 | 461 | 136 | 63 |
| Binary | 11111000 | 1110 | 11100110 | 0 | 1011110 | 111 | 11 | 100110001 | 1011110 | 110011 |
Color Harmonies of #F80EE6
Complementary color
Monochromatic Colors of #F80EE6
Black with #F80EE6
Text Example
Text Example
White with #F80EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80EE6; }
p { color: rgb(248,14,230); }
H1.HeaderClassName
{
color: #F80EE6;
}
.AnyTagClassName
{
color: #F80EE6;
}
</style>
background-color css
<style>
a { background-color: #F80EE6; }
a { background-color: rgb(248,14,230); }
div.DivClassName
{
background-color: #F80EE6;
}
.BgClassName
{
background-color: #F80EE6;
}
</style>
border-color css
<style>
span { border-color: #F80EE6; }
span { border-color: rgb(248,14,230); }
td.TdClassName
{
border-color: #F80EE6;
}
.TagClassName
{
border-color: #F80EE6;
}
</style>