Shades of Magenta #FB0AF6
Tints of Magenta #FB0AF6
RGB
CMYK
RGB Variations
Color information
#FB0AF6 (or 0xFB0AF6) is known color: Magenta. HEX triplet: FB, 0A and F6. RGB value is (251,10,246). Sum of RGB (Red+Green+Blue) = 251+10+246=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 10 (4.30% from 255 or 1.97% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0AF6 is #04F509. Grayscale: #6C6C6C. Windows color (decimal): -324874 or 16124667. OLE color: 16124667.
HSL color Cylindrical-coordinate representation of color #FB0AF6: hue angle of 301.24º 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 #FB0AF6 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 246 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.02 |
| HSL | 301.24º | 0.97% | 0.51% | - |
| HSV(B) | 301.24º | 0.96% | 0.98% | - |
| XYZ | 56.53 | 27.38 | 89.49 | - |
| YUV | 108.96 | 205.34 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 246 | 0 | 0.96 | 0.02 | 0.02 | 301.24 | 0.97 | 0.51 |
| Hex | FB | A | F6 | 0 | 60 | 2 | 2 | 12D | 61 | 33 |
| Octal | 373 | 12 | 366 | 0 | 140 | 2 | 2 | 455 | 141 | 63 |
| Binary | 11111011 | 1010 | 11110110 | 0 | 1100000 | 10 | 10 | 100101101 | 1100001 | 110011 |
Color Harmonies of #FB0AF6
Complementary color
Monochromatic Colors of #FB0AF6
Black with #FB0AF6
Text Example
Text Example
White with #FB0AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AF6; }
p { color: rgb(251,10,246); }
H1.HeaderClassName
{
color: #FB0AF6;
}
.AnyTagClassName
{
color: #FB0AF6;
}
</style>
background-color css
<style>
a { background-color: #FB0AF6; }
a { background-color: rgb(251,10,246); }
div.DivClassName
{
background-color: #FB0AF6;
}
.BgClassName
{
background-color: #FB0AF6;
}
</style>
border-color css
<style>
span { border-color: #FB0AF6; }
span { border-color: rgb(251,10,246); }
td.TdClassName
{
border-color: #FB0AF6;
}
.TagClassName
{
border-color: #FB0AF6;
}
</style>