Shades of Magenta #F80EFD
Tints of Magenta #F80EFD
RGB
CMYK
RGB Variations
Color information
#F80EFD (or 0xF80EFD) is known color: Magenta. HEX triplet: F8, 0E and FD. RGB value is (248,14,253). Sum of RGB (Red+Green+Blue) = 248+14+253=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 14 (5.86% from 255 or 2.72% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #F80EFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80EFD is #07F102. Grayscale: #6E6E6E. Windows color (decimal): -520451 or 16584440. OLE color: 16584440.
HSL color Cylindrical-coordinate representation of color #F80EFD: hue angle of 298.74º 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 #F80EFD is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 14 | 253 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.01 |
| HSL | 298.74º | 0.98% | 0.52% | - |
| HSV(B) | 298.74º | 0.94% | 0.99% | - |
| XYZ | 56.6 | 27.36 | 95.23 | - |
| YUV | 111.21 | 208.02 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 253 | 0.02 | 0.94 | 0 | 0.01 | 298.74 | 0.98 | 0.52 |
| Hex | F8 | E | FD | 2 | 5E | 0 | 1 | 12B | 62 | 34 |
| Octal | 370 | 16 | 375 | 2 | 136 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11111000 | 1110 | 11111101 | 10 | 1011110 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #F80EFD
Complementary color
Monochromatic Colors of #F80EFD
Black with #F80EFD
Text Example
Text Example
White with #F80EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80EFD; }
p { color: rgb(248,14,253); }
H1.HeaderClassName
{
color: #F80EFD;
}
.AnyTagClassName
{
color: #F80EFD;
}
</style>
background-color css
<style>
a { background-color: #F80EFD; }
a { background-color: rgb(248,14,253); }
div.DivClassName
{
background-color: #F80EFD;
}
.BgClassName
{
background-color: #F80EFD;
}
</style>
border-color css
<style>
span { border-color: #F80EFD; }
span { border-color: rgb(248,14,253); }
td.TdClassName
{
border-color: #F80EFD;
}
.TagClassName
{
border-color: #F80EFD;
}
</style>