Shades of Magenta #F80AF7
Tints of Magenta #F80AF7
RGB
CMYK
RGB Variations
Color information
#F80AF7 (or 0xF80AF7) is known color: Magenta. HEX triplet: F8, 0A and F7. RGB value is (248,10,247). Sum of RGB (Red+Green+Blue) = 248+10+247=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 10 (4.30% from 255 or 1.98% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F80AF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80AF7 is #07F508. Grayscale: #6B6B6B. Windows color (decimal): -521481 or 16190200. OLE color: 16190200.
HSL color Cylindrical-coordinate representation of color #F80AF7: hue angle of 300.25º 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 #F80AF7 is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 247 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.03 |
| HSL | 300.25º | 0.94% | 0.51% | - |
| HSV(B) | 300.25º | 0.96% | 0.97% | - |
| XYZ | 55.61 | 26.89 | 90.25 | - |
| YUV | 108.18 | 206.35 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 247 | 0 | 0.96 | 0.00 | 0.03 | 300.25 | 0.94 | 0.51 |
| Hex | F8 | A | F7 | 0 | 60 | 0 | 3 | 12C | 5E | 33 |
| Octal | 370 | 12 | 367 | 0 | 140 | 0 | 3 | 454 | 136 | 63 |
| Binary | 11111000 | 1010 | 11110111 | 0 | 1100000 | 0 | 11 | 100101100 | 1011110 | 110011 |
Color Harmonies of #F80AF7
Complementary color
Monochromatic Colors of #F80AF7
Black with #F80AF7
Text Example
Text Example
White with #F80AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80AF7; }
p { color: rgb(248,10,247); }
H1.HeaderClassName
{
color: #F80AF7;
}
.AnyTagClassName
{
color: #F80AF7;
}
</style>
background-color css
<style>
a { background-color: #F80AF7; }
a { background-color: rgb(248,10,247); }
div.DivClassName
{
background-color: #F80AF7;
}
.BgClassName
{
background-color: #F80AF7;
}
</style>
border-color css
<style>
span { border-color: #F80AF7; }
span { border-color: rgb(248,10,247); }
td.TdClassName
{
border-color: #F80AF7;
}
.TagClassName
{
border-color: #F80AF7;
}
</style>