Shades of Magenta #F80EFC
Tints of Magenta #F80EFC
RGB
CMYK
RGB Variations
Color information
#F80EFC (or 0xF80EFC) is known color: Magenta. HEX triplet: F8, 0E and FC. RGB value is (248,14,252). Sum of RGB (Red+Green+Blue) = 248+14+252=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 14 (5.86% from 255 or 2.72% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #F80EFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80EFC is #07F103. Grayscale: #6E6E6E. Windows color (decimal): -520452 or 16518904. OLE color: 16518904.
HSL color Cylindrical-coordinate representation of color #F80EFC: hue angle of 298.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80EFC is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 14 | 252 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.01 |
| HSL | 298.99º | 0.98% | 0.52% | - |
| HSV(B) | 298.99º | 0.94% | 0.99% | - |
| XYZ | 56.44 | 27.3 | 94.39 | - |
| YUV | 111.1 | 207.52 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 252 | 0.02 | 0.94 | 0 | 0.01 | 298.99 | 0.98 | 0.52 |
| Hex | F8 | E | FC | 2 | 5E | 0 | 1 | 12B | 62 | 34 |
| Octal | 370 | 16 | 374 | 2 | 136 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11111000 | 1110 | 11111100 | 10 | 1011110 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #F80EFC
Complementary color
Monochromatic Colors of #F80EFC
Black with #F80EFC
Text Example
Text Example
White with #F80EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80EFC; }
p { color: rgb(248,14,252); }
H1.HeaderClassName
{
color: #F80EFC;
}
.AnyTagClassName
{
color: #F80EFC;
}
</style>
background-color css
<style>
a { background-color: #F80EFC; }
a { background-color: rgb(248,14,252); }
div.DivClassName
{
background-color: #F80EFC;
}
.BgClassName
{
background-color: #F80EFC;
}
</style>
border-color css
<style>
span { border-color: #F80EFC; }
span { border-color: rgb(248,14,252); }
td.TdClassName
{
border-color: #F80EFC;
}
.TagClassName
{
border-color: #F80EFC;
}
</style>