Shades of Magenta #F80FFE
Tints of Magenta #F80FFE
RGB
CMYK
RGB Variations
Color information
#F80FFE (or 0xF80FFE) is known color: Magenta. HEX triplet: F8, 0F and FE. RGB value is (248,15,254). Sum of RGB (Red+Green+Blue) = 248+15+254=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 15 (6.25% from 255 or 2.90% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #F80FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80FFE is #07F001. Grayscale: #6F6F6F. Windows color (decimal): -520194 or 16650232. OLE color: 16650232.
HSL color Cylindrical-coordinate representation of color #F80FFE: hue angle of 298.49º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80FFE is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 15 | 254 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.00 |
| HSL | 298.49º | 0.99% | 0.53% | - |
| HSV(B) | 298.49º | 0.94% | 1% | - |
| XYZ | 56.77 | 27.45 | 96.07 | - |
| YUV | 111.91 | 208.19 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 254 | 0.02 | 0.94 | 0 | 0.00 | 298.49 | 0.99 | 0.53 |
| Hex | F8 | F | FE | 2 | 5E | 0 | 0 | 12A | 63 | 35 |
| Octal | 370 | 17 | 376 | 2 | 136 | 0 | 0 | 452 | 143 | 65 |
| Binary | 11111000 | 1111 | 11111110 | 10 | 1011110 | 0 | 0 | 100101010 | 1100011 | 110101 |
Color Harmonies of #F80FFE
Complementary color
Monochromatic Colors of #F80FFE
Black with #F80FFE
Text Example
Text Example
White with #F80FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FFE; }
p { color: rgb(248,15,254); }
H1.HeaderClassName
{
color: #F80FFE;
}
.AnyTagClassName
{
color: #F80FFE;
}
</style>
background-color css
<style>
a { background-color: #F80FFE; }
a { background-color: rgb(248,15,254); }
div.DivClassName
{
background-color: #F80FFE;
}
.BgClassName
{
background-color: #F80FFE;
}
</style>
border-color css
<style>
span { border-color: #F80FFE; }
span { border-color: rgb(248,15,254); }
td.TdClassName
{
border-color: #F80FFE;
}
.TagClassName
{
border-color: #F80FFE;
}
</style>