Shades of Magenta #FB0AFB
Tints of Magenta #FB0AFB
RGB
CMYK
RGB Variations
Color information
#FB0AFB (or 0xFB0AFB) is known color: Magenta. HEX triplet: FB, 0A and FB. RGB value is (251,10,251). Sum of RGB (Red+Green+Blue) = 251+10+251=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 10 (4.30% from 255 or 1.95% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB0AFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0AFB is #04F504. Grayscale: #6C6C6C. Windows color (decimal): -324869 or 16452347. OLE color: 16452347.
HSL color Cylindrical-coordinate representation of color #FB0AFB: hue angle of 300º 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 #FB0AFB is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 251 | - |
| CMYK | 0 | 0.96 | 0 | 0.02 |
| HSL | 300º | 0.97% | 0.51% | - |
| HSV(B) | 300º | 0.96% | 0.98% | - |
| XYZ | 57.3 | 27.69 | 93.59 | - |
| YUV | 109.53 | 207.84 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 251 | 0 | 0.96 | 0 | 0.02 | 300 | 0.97 | 0.51 |
| Hex | FB | A | FB | 0 | 60 | 0 | 2 | 12C | 61 | 33 |
| Octal | 373 | 12 | 373 | 0 | 140 | 0 | 2 | 454 | 141 | 63 |
| Binary | 11111011 | 1010 | 11111011 | 0 | 1100000 | 0 | 10 | 100101100 | 1100001 | 110011 |
Color Harmonies of #FB0AFB
Complementary color
Monochromatic Colors of #FB0AFB
Black with #FB0AFB
Text Example
Text Example
White with #FB0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AFB; }
p { color: rgb(251,10,251); }
H1.HeaderClassName
{
color: #FB0AFB;
}
.AnyTagClassName
{
color: #FB0AFB;
}
</style>
background-color css
<style>
a { background-color: #FB0AFB; }
a { background-color: rgb(251,10,251); }
div.DivClassName
{
background-color: #FB0AFB;
}
.BgClassName
{
background-color: #FB0AFB;
}
</style>
border-color css
<style>
span { border-color: #FB0AFB; }
span { border-color: rgb(251,10,251); }
td.TdClassName
{
border-color: #FB0AFB;
}
.TagClassName
{
border-color: #FB0AFB;
}
</style>