Shades of Magenta #F80AFE
Tints of Magenta #F80AFE
RGB
CMYK
RGB Variations
Color information
#F80AFE (or 0xF80AFE) is known color: Magenta. HEX triplet: F8, 0A and FE. RGB value is (248,10,254). Sum of RGB (Red+Green+Blue) = 248+10+254=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 10 (4.30% from 255 or 1.95% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #F80AFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80AFE is #07F501. Grayscale: #6C6C6C. Windows color (decimal): -521474 or 16648952. OLE color: 16648952.
HSL color Cylindrical-coordinate representation of color #F80AFE: hue angle of 298.52º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80AFE is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 10 | 254 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.00 |
| HSL | 298.52º | 0.99% | 0.52% | - |
| HSV(B) | 298.52º | 0.96% | 1% | - |
| XYZ | 56.71 | 27.33 | 96.05 | - |
| YUV | 108.98 | 209.85 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 254 | 0.02 | 0.96 | 0 | 0.00 | 298.52 | 0.99 | 0.52 |
| Hex | F8 | A | FE | 2 | 60 | 0 | 0 | 12B | 63 | 34 |
| Octal | 370 | 12 | 376 | 2 | 140 | 0 | 0 | 453 | 143 | 64 |
| Binary | 11111000 | 1010 | 11111110 | 10 | 1100000 | 0 | 0 | 100101011 | 1100011 | 110100 |
Color Harmonies of #F80AFE
Complementary color
Monochromatic Colors of #F80AFE
Black with #F80AFE
Text Example
Text Example
White with #F80AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80AFE; }
p { color: rgb(248,10,254); }
H1.HeaderClassName
{
color: #F80AFE;
}
.AnyTagClassName
{
color: #F80AFE;
}
</style>
background-color css
<style>
a { background-color: #F80AFE; }
a { background-color: rgb(248,10,254); }
div.DivClassName
{
background-color: #F80AFE;
}
.BgClassName
{
background-color: #F80AFE;
}
</style>
border-color css
<style>
span { border-color: #F80AFE; }
span { border-color: rgb(248,10,254); }
td.TdClassName
{
border-color: #F80AFE;
}
.TagClassName
{
border-color: #F80AFE;
}
</style>