Shades of Magenta #FB0AF8
Tints of Magenta #FB0AF8
RGB
CMYK
RGB Variations
Color information
#FB0AF8 (or 0xFB0AF8) is known color: Magenta. HEX triplet: FB, 0A and F8. RGB value is (251,10,248). Sum of RGB (Red+Green+Blue) = 251+10+248=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 10 (4.30% from 255 or 1.96% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0AF8 is #04F507. Grayscale: #6C6C6C. Windows color (decimal): -324872 or 16255739. OLE color: 16255739.
HSL color Cylindrical-coordinate representation of color #FB0AF8: hue angle of 300.75º 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 #FB0AF8 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 248 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.02 |
| HSL | 300.75º | 0.97% | 0.51% | - |
| HSV(B) | 300.75º | 0.96% | 0.98% | - |
| XYZ | 56.84 | 27.5 | 91.12 | - |
| YUV | 109.19 | 206.34 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 248 | 0 | 0.96 | 0.01 | 0.02 | 300.75 | 0.97 | 0.51 |
| Hex | FB | A | F8 | 0 | 60 | 1 | 2 | 12D | 61 | 33 |
| Octal | 373 | 12 | 370 | 0 | 140 | 1 | 2 | 455 | 141 | 63 |
| Binary | 11111011 | 1010 | 11111000 | 0 | 1100000 | 1 | 10 | 100101101 | 1100001 | 110011 |
Color Harmonies of #FB0AF8
Complementary color
Monochromatic Colors of #FB0AF8
Black with #FB0AF8
Text Example
Text Example
White with #FB0AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AF8; }
p { color: rgb(251,10,248); }
H1.HeaderClassName
{
color: #FB0AF8;
}
.AnyTagClassName
{
color: #FB0AF8;
}
</style>
background-color css
<style>
a { background-color: #FB0AF8; }
a { background-color: rgb(251,10,248); }
div.DivClassName
{
background-color: #FB0AF8;
}
.BgClassName
{
background-color: #FB0AF8;
}
</style>
border-color css
<style>
span { border-color: #FB0AF8; }
span { border-color: rgb(251,10,248); }
td.TdClassName
{
border-color: #FB0AF8;
}
.TagClassName
{
border-color: #FB0AF8;
}
</style>