Shades of Magenta #F81AF6
Tints of Magenta #F81AF6
RGB
CMYK
RGB Variations
Color information
#F81AF6 (or 0xF81AF6) is known color: Magenta. HEX triplet: F8, 1A and F6. RGB value is (248,26,246). Sum of RGB (Red+Green+Blue) = 248+26+246=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 26 (10.55% from 255 or 5% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81AF6 is #07E509. Grayscale: #747474. Windows color (decimal): -517386 or 16128760. OLE color: 16128760.
HSL color Cylindrical-coordinate representation of color #F81AF6: hue angle of 300.54º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81AF6 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 246 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.03 |
| HSL | 300.54º | 0.94% | 0.54% | - |
| HSV(B) | 300.54º | 0.9% | 0.97% | - |
| XYZ | 55.72 | 27.35 | 89.53 | - |
| YUV | 117.46 | 200.55 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 246 | 0 | 0.90 | 0.01 | 0.03 | 300.54 | 0.94 | 0.54 |
| Hex | F8 | 1A | F6 | 0 | 5A | 1 | 3 | 12D | 5E | 36 |
| Octal | 370 | 32 | 366 | 0 | 132 | 1 | 3 | 455 | 136 | 66 |
| Binary | 11111000 | 11010 | 11110110 | 0 | 1011010 | 1 | 11 | 100101101 | 1011110 | 110110 |
Color Harmonies of #F81AF6
Complementary color
Monochromatic Colors of #F81AF6
Black with #F81AF6
Text Example
Text Example
White with #F81AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81AF6; }
p { color: rgb(248,26,246); }
H1.HeaderClassName
{
color: #F81AF6;
}
.AnyTagClassName
{
color: #F81AF6;
}
</style>
background-color css
<style>
a { background-color: #F81AF6; }
a { background-color: rgb(248,26,246); }
div.DivClassName
{
background-color: #F81AF6;
}
.BgClassName
{
background-color: #F81AF6;
}
</style>
border-color css
<style>
span { border-color: #F81AF6; }
span { border-color: rgb(248,26,246); }
td.TdClassName
{
border-color: #F81AF6;
}
.TagClassName
{
border-color: #F81AF6;
}
</style>