Shades of Magenta #F80EF7
Tints of Magenta #F80EF7
RGB
CMYK
RGB Variations
Color information
#F80EF7 (or 0xF80EF7) is known color: Magenta. HEX triplet: F8, 0E and F7. RGB value is (248,14,247). Sum of RGB (Red+Green+Blue) = 248+14+247=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 14 (5.86% from 255 or 2.75% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80EF7 is #07F108. Grayscale: #6D6D6D. Windows color (decimal): -520457 or 16191224. OLE color: 16191224.
HSL color Cylindrical-coordinate representation of color #F80EF7: hue angle of 300.26º 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 #F80EF7 is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 247 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.03 |
| HSL | 300.26º | 0.94% | 0.51% | - |
| HSV(B) | 300.26º | 0.94% | 0.97% | - |
| XYZ | 55.66 | 26.99 | 90.27 | - |
| YUV | 110.53 | 205.02 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 247 | 0 | 0.94 | 0.00 | 0.03 | 300.26 | 0.94 | 0.51 |
| Hex | F8 | E | F7 | 0 | 5E | 0 | 3 | 12C | 5E | 33 |
| Octal | 370 | 16 | 367 | 0 | 136 | 0 | 3 | 454 | 136 | 63 |
| Binary | 11111000 | 1110 | 11110111 | 0 | 1011110 | 0 | 11 | 100101100 | 1011110 | 110011 |
Color Harmonies of #F80EF7
Complementary color
Monochromatic Colors of #F80EF7
Black with #F80EF7
Text Example
Text Example
White with #F80EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80EF7; }
p { color: rgb(248,14,247); }
H1.HeaderClassName
{
color: #F80EF7;
}
.AnyTagClassName
{
color: #F80EF7;
}
</style>
background-color css
<style>
a { background-color: #F80EF7; }
a { background-color: rgb(248,14,247); }
div.DivClassName
{
background-color: #F80EF7;
}
.BgClassName
{
background-color: #F80EF7;
}
</style>
border-color css
<style>
span { border-color: #F80EF7; }
span { border-color: rgb(248,14,247); }
td.TdClassName
{
border-color: #F80EF7;
}
.TagClassName
{
border-color: #F80EF7;
}
</style>