Shades of Magenta #F80AF8
Tints of Magenta #F80AF8
RGB
CMYK
RGB Variations
Color information
#F80AF8 (or 0xF80AF8) is known color: Magenta. HEX triplet: F8, 0A and F8. RGB value is (248,10,248). Sum of RGB (Red+Green+Blue) = 248+10+248=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 10 (4.30% from 255 or 1.98% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F80AF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80AF8 is #07F507. Grayscale: #6B6B6B. Windows color (decimal): -521480 or 16255736. OLE color: 16255736.
HSL color Cylindrical-coordinate representation of color #F80AF8: hue angle of 300º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80AF8 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 248 | - |
| CMYK | 0 | 0.96 | 0 | 0.03 |
| HSL | 300º | 0.94% | 0.51% | - |
| HSV(B) | 300º | 0.96% | 0.97% | - |
| XYZ | 55.76 | 26.95 | 91.07 | - |
| YUV | 108.29 | 206.85 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 248 | 0 | 0.96 | 0 | 0.03 | 300 | 0.94 | 0.51 |
| Hex | F8 | A | F8 | 0 | 60 | 0 | 3 | 12C | 5E | 33 |
| Octal | 370 | 12 | 370 | 0 | 140 | 0 | 3 | 454 | 136 | 63 |
| Binary | 11111000 | 1010 | 11111000 | 0 | 1100000 | 0 | 11 | 100101100 | 1011110 | 110011 |
Color Harmonies of #F80AF8
Complementary color
Monochromatic Colors of #F80AF8
Black with #F80AF8
Text Example
Text Example
White with #F80AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80AF8; }
p { color: rgb(248,10,248); }
H1.HeaderClassName
{
color: #F80AF8;
}
.AnyTagClassName
{
color: #F80AF8;
}
</style>
background-color css
<style>
a { background-color: #F80AF8; }
a { background-color: rgb(248,10,248); }
div.DivClassName
{
background-color: #F80AF8;
}
.BgClassName
{
background-color: #F80AF8;
}
</style>
border-color css
<style>
span { border-color: #F80AF8; }
span { border-color: rgb(248,10,248); }
td.TdClassName
{
border-color: #F80AF8;
}
.TagClassName
{
border-color: #F80AF8;
}
</style>