Shades of Magenta #FB0AF9
Tints of Magenta #FB0AF9
RGB
CMYK
RGB Variations
Color information
#FB0AF9 (or 0xFB0AF9) is known color: Magenta. HEX triplet: FB, 0A and F9. RGB value is (251,10,249). Sum of RGB (Red+Green+Blue) = 251+10+249=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 10 (4.30% from 255 or 1.96% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0AF9 is #04F506. Grayscale: #6C6C6C. Windows color (decimal): -324871 or 16321275. OLE color: 16321275.
HSL color Cylindrical-coordinate representation of color #FB0AF9: hue angle of 300.5º 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 #FB0AF9 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 249 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.02 |
| HSL | 300.5º | 0.97% | 0.51% | - |
| HSV(B) | 300.5º | 0.96% | 0.98% | - |
| XYZ | 56.99 | 27.57 | 91.94 | - |
| YUV | 109.31 | 206.84 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 249 | 0 | 0.96 | 0.01 | 0.02 | 300.5 | 0.97 | 0.51 |
| Hex | FB | A | F9 | 0 | 60 | 1 | 2 | 12C | 61 | 33 |
| Octal | 373 | 12 | 371 | 0 | 140 | 1 | 2 | 454 | 141 | 63 |
| Binary | 11111011 | 1010 | 11111001 | 0 | 1100000 | 1 | 10 | 100101100 | 1100001 | 110011 |
Color Harmonies of #FB0AF9
Complementary color
Monochromatic Colors of #FB0AF9
Black with #FB0AF9
Text Example
Text Example
White with #FB0AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AF9; }
p { color: rgb(251,10,249); }
H1.HeaderClassName
{
color: #FB0AF9;
}
.AnyTagClassName
{
color: #FB0AF9;
}
</style>
background-color css
<style>
a { background-color: #FB0AF9; }
a { background-color: rgb(251,10,249); }
div.DivClassName
{
background-color: #FB0AF9;
}
.BgClassName
{
background-color: #FB0AF9;
}
</style>
border-color css
<style>
span { border-color: #FB0AF9; }
span { border-color: rgb(251,10,249); }
td.TdClassName
{
border-color: #FB0AF9;
}
.TagClassName
{
border-color: #FB0AF9;
}
</style>