Shades of Magenta #F80EFF
Tints of Magenta #F80EFF
RGB
CMYK
RGB Variations
Color information
#F80EFF (or 0xF80EFF) is known color: Magenta. HEX triplet: F8, 0E and FF. RGB value is (248,14,255). Sum of RGB (Red+Green+Blue) = 248+14+255=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 14 (5.86% from 255 or 2.71% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #F80EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80EFF is #07F100. Grayscale: #6E6E6E. Windows color (decimal): -520449 or 16715512. OLE color: 16715512.
HSL color Cylindrical-coordinate representation of color #F80EFF: hue angle of 298.26º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80EFF is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 14 | 255 | - |
| CMYK | 0.03 | 0.95 | 0 | 0 |
| HSL | 298.26º | 1% | 0.53% | - |
| HSV(B) | 298.26º | 0.95% | 1% | - |
| XYZ | 56.92 | 27.49 | 96.91 | - |
| YUV | 111.44 | 209.02 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 255 | 0.03 | 0.95 | 0 | 0 | 298.26 | 1 | 0.53 |
| Hex | F8 | E | FF | 3 | 5F | 0 | 0 | 12A | 64 | 35 |
| Octal | 370 | 16 | 377 | 3 | 137 | 0 | 0 | 452 | 144 | 65 |
| Binary | 11111000 | 1110 | 11111111 | 11 | 1011111 | 0 | 0 | 100101010 | 1100100 | 110101 |
Color Harmonies of #F80EFF
Complementary color
Monochromatic Colors of #F80EFF
Black with #F80EFF
Text Example
Text Example
White with #F80EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80EFF; }
p { color: rgb(248,14,255); }
H1.HeaderClassName
{
color: #F80EFF;
}
.AnyTagClassName
{
color: #F80EFF;
}
</style>
background-color css
<style>
a { background-color: #F80EFF; }
a { background-color: rgb(248,14,255); }
div.DivClassName
{
background-color: #F80EFF;
}
.BgClassName
{
background-color: #F80EFF;
}
</style>
border-color css
<style>
span { border-color: #F80EFF; }
span { border-color: rgb(248,14,255); }
td.TdClassName
{
border-color: #F80EFF;
}
.TagClassName
{
border-color: #F80EFF;
}
</style>