Shades of Magenta #F81AFB
Tints of Magenta #F81AFB
RGB
CMYK
RGB Variations
Color information
#F81AFB (or 0xF81AFB) is known color: Magenta. HEX triplet: F8, 1A and FB. RGB value is (248,26,251). Sum of RGB (Red+Green+Blue) = 248+26+251=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 26 (10.55% from 255 or 4.95% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #F81AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81AFB is #07E504. Grayscale: #757575. Windows color (decimal): -517381 or 16456440. OLE color: 16456440.
HSL color Cylindrical-coordinate representation of color #F81AFB: hue angle of 299.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81AFB is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 26 | 251 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.02 |
| HSL | 299.2º | 0.97% | 0.54% | - |
| HSV(B) | 299.2º | 0.9% | 0.98% | - |
| XYZ | 56.49 | 27.66 | 93.63 | - |
| YUV | 118.03 | 203.05 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 251 | 0.01 | 0.90 | 0 | 0.02 | 299.2 | 0.97 | 0.54 |
| Hex | F8 | 1A | FB | 1 | 5A | 0 | 2 | 12B | 61 | 36 |
| Octal | 370 | 32 | 373 | 1 | 132 | 0 | 2 | 453 | 141 | 66 |
| Binary | 11111000 | 11010 | 11111011 | 1 | 1011010 | 0 | 10 | 100101011 | 1100001 | 110110 |
Color Harmonies of #F81AFB
Complementary color
Monochromatic Colors of #F81AFB
Black with #F81AFB
Text Example
Text Example
White with #F81AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81AFB; }
p { color: rgb(248,26,251); }
H1.HeaderClassName
{
color: #F81AFB;
}
.AnyTagClassName
{
color: #F81AFB;
}
</style>
background-color css
<style>
a { background-color: #F81AFB; }
a { background-color: rgb(248,26,251); }
div.DivClassName
{
background-color: #F81AFB;
}
.BgClassName
{
background-color: #F81AFB;
}
</style>
border-color css
<style>
span { border-color: #F81AFB; }
span { border-color: rgb(248,26,251); }
td.TdClassName
{
border-color: #F81AFB;
}
.TagClassName
{
border-color: #F81AFB;
}
</style>