Shades of Magenta #F80AFC
Tints of Magenta #F80AFC
RGB
CMYK
RGB Variations
Color information
#F80AFC (or 0xF80AFC) is known color: Magenta. HEX triplet: F8, 0A and FC. RGB value is (248,10,252). Sum of RGB (Red+Green+Blue) = 248+10+252=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 10 (4.30% from 255 or 1.96% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #F80AFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80AFC is #07F503. Grayscale: #6C6C6C. Windows color (decimal): -521476 or 16517880. OLE color: 16517880.
HSL color Cylindrical-coordinate representation of color #F80AFC: hue angle of 299.01º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80AFC is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 10 | 252 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.01 |
| HSL | 299.01º | 0.98% | 0.51% | - |
| HSV(B) | 299.01º | 0.96% | 0.99% | - |
| XYZ | 56.39 | 27.2 | 94.37 | - |
| YUV | 108.75 | 208.85 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 252 | 0.02 | 0.96 | 0 | 0.01 | 299.01 | 0.98 | 0.51 |
| Hex | F8 | A | FC | 2 | 60 | 0 | 1 | 12B | 62 | 33 |
| Octal | 370 | 12 | 374 | 2 | 140 | 0 | 1 | 453 | 142 | 63 |
| Binary | 11111000 | 1010 | 11111100 | 10 | 1100000 | 0 | 1 | 100101011 | 1100010 | 110011 |
Color Harmonies of #F80AFC
Complementary color
Monochromatic Colors of #F80AFC
Black with #F80AFC
Text Example
Text Example
White with #F80AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80AFC; }
p { color: rgb(248,10,252); }
H1.HeaderClassName
{
color: #F80AFC;
}
.AnyTagClassName
{
color: #F80AFC;
}
</style>
background-color css
<style>
a { background-color: #F80AFC; }
a { background-color: rgb(248,10,252); }
div.DivClassName
{
background-color: #F80AFC;
}
.BgClassName
{
background-color: #F80AFC;
}
</style>
border-color css
<style>
span { border-color: #F80AFC; }
span { border-color: rgb(248,10,252); }
td.TdClassName
{
border-color: #F80AFC;
}
.TagClassName
{
border-color: #F80AFC;
}
</style>