Shades of Magenta #F00AFB
Tints of Magenta #F00AFB
RGB
CMYK
RGB Variations
Color information
#F00AFB (or 0xF00AFB) is known color: Magenta. HEX triplet: F0, 0A and FB. RGB value is (240,10,251). Sum of RGB (Red+Green+Blue) = 240+10+251=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 10 (4.30% from 255 or 2.00% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #F00AFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00AFB is #0FF504. Grayscale: #696969. Windows color (decimal): -1045765 or 16452336. OLE color: 16452336.
HSL color Cylindrical-coordinate representation of color #F00AFB: hue angle of 297.26º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00AFB is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 10 | 251 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.02 |
| HSL | 297.26º | 0.97% | 0.51% | - |
| HSV(B) | 297.26º | 0.96% | 0.98% | - |
| XYZ | 53.46 | 25.71 | 93.41 | - |
| YUV | 106.24 | 209.7 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 251 | 0.04 | 0.96 | 0 | 0.02 | 297.26 | 0.97 | 0.51 |
| Hex | F0 | A | FB | 4 | 60 | 0 | 2 | 129 | 61 | 33 |
| Octal | 360 | 12 | 373 | 4 | 140 | 0 | 2 | 451 | 141 | 63 |
| Binary | 11110000 | 1010 | 11111011 | 100 | 1100000 | 0 | 10 | 100101001 | 1100001 | 110011 |
Color Harmonies of #F00AFB
Complementary color
Monochromatic Colors of #F00AFB
Black with #F00AFB
Text Example
Text Example
White with #F00AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AFB; }
p { color: rgb(240,10,251); }
H1.HeaderClassName
{
color: #F00AFB;
}
.AnyTagClassName
{
color: #F00AFB;
}
</style>
background-color css
<style>
a { background-color: #F00AFB; }
a { background-color: rgb(240,10,251); }
div.DivClassName
{
background-color: #F00AFB;
}
.BgClassName
{
background-color: #F00AFB;
}
</style>
border-color css
<style>
span { border-color: #F00AFB; }
span { border-color: rgb(240,10,251); }
td.TdClassName
{
border-color: #F00AFB;
}
.TagClassName
{
border-color: #F00AFB;
}
</style>