Shades of Magenta #FB0AF2
Tints of Magenta #FB0AF2
RGB
CMYK
RGB Variations
Color information
#FB0AF2 (or 0xFB0AF2) is known color: Magenta. HEX triplet: FB, 0A and F2. RGB value is (251,10,242). Sum of RGB (Red+Green+Blue) = 251+10+242=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 10 (4.30% from 255 or 1.99% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0AF2 is #04F50D. Grayscale: #6B6B6B. Windows color (decimal): -324878 or 15862523. OLE color: 15862523.
HSL color Cylindrical-coordinate representation of color #FB0AF2: hue angle of 302.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 #FB0AF2 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 242 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.02 |
| HSL | 302.24º | 0.97% | 0.51% | - |
| HSV(B) | 302.24º | 0.96% | 0.98% | - |
| XYZ | 55.92 | 27.14 | 86.3 | - |
| YUV | 108.51 | 203.34 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 242 | 0 | 0.96 | 0.04 | 0.02 | 302.24 | 0.97 | 0.51 |
| Hex | FB | A | F2 | 0 | 60 | 4 | 2 | 12E | 61 | 33 |
| Octal | 373 | 12 | 362 | 0 | 140 | 4 | 2 | 456 | 141 | 63 |
| Binary | 11111011 | 1010 | 11110010 | 0 | 1100000 | 100 | 10 | 100101110 | 1100001 | 110011 |
Color Harmonies of #FB0AF2
Complementary color
Monochromatic Colors of #FB0AF2
Black with #FB0AF2
Text Example
Text Example
White with #FB0AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AF2; }
p { color: rgb(251,10,242); }
H1.HeaderClassName
{
color: #FB0AF2;
}
.AnyTagClassName
{
color: #FB0AF2;
}
</style>
background-color css
<style>
a { background-color: #FB0AF2; }
a { background-color: rgb(251,10,242); }
div.DivClassName
{
background-color: #FB0AF2;
}
.BgClassName
{
background-color: #FB0AF2;
}
</style>
border-color css
<style>
span { border-color: #FB0AF2; }
span { border-color: rgb(251,10,242); }
td.TdClassName
{
border-color: #FB0AF2;
}
.TagClassName
{
border-color: #FB0AF2;
}
</style>