Shades of Magenta #F80EF4
Tints of Magenta #F80EF4
RGB
CMYK
RGB Variations
Color information
#F80EF4 (or 0xF80EF4) is known color: Magenta. HEX triplet: F8, 0E and F4. RGB value is (248,14,244). Sum of RGB (Red+Green+Blue) = 248+14+244=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 14 (5.86% from 255 or 2.77% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80EF4 is #07F10B. Grayscale: #6D6D6D. Windows color (decimal): -520460 or 15994616. OLE color: 15994616.
HSL color Cylindrical-coordinate representation of color #F80EF4: hue angle of 301.03º 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 #F80EF4 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 244 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.03 |
| HSL | 301.03º | 0.94% | 0.51% | - |
| HSV(B) | 301.03º | 0.94% | 0.97% | - |
| XYZ | 55.2 | 26.8 | 87.85 | - |
| YUV | 110.19 | 203.52 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 244 | 0 | 0.94 | 0.02 | 0.03 | 301.03 | 0.94 | 0.51 |
| Hex | F8 | E | F4 | 0 | 5E | 2 | 3 | 12D | 5E | 33 |
| Octal | 370 | 16 | 364 | 0 | 136 | 2 | 3 | 455 | 136 | 63 |
| Binary | 11111000 | 1110 | 11110100 | 0 | 1011110 | 10 | 11 | 100101101 | 1011110 | 110011 |
Color Harmonies of #F80EF4
Complementary color
Monochromatic Colors of #F80EF4
Black with #F80EF4
Text Example
Text Example
White with #F80EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80EF4; }
p { color: rgb(248,14,244); }
H1.HeaderClassName
{
color: #F80EF4;
}
.AnyTagClassName
{
color: #F80EF4;
}
</style>
background-color css
<style>
a { background-color: #F80EF4; }
a { background-color: rgb(248,14,244); }
div.DivClassName
{
background-color: #F80EF4;
}
.BgClassName
{
background-color: #F80EF4;
}
</style>
border-color css
<style>
span { border-color: #F80EF4; }
span { border-color: rgb(248,14,244); }
td.TdClassName
{
border-color: #F80EF4;
}
.TagClassName
{
border-color: #F80EF4;
}
</style>