Shades of Magenta #FB0AF1
Tints of Magenta #FB0AF1
RGB
CMYK
RGB Variations
Color information
#FB0AF1 (or 0xFB0AF1) is known color: Magenta. HEX triplet: FB, 0A and F1. RGB value is (251,10,241). Sum of RGB (Red+Green+Blue) = 251+10+241=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 10 (4.30% from 255 or 1.99% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0AF1 is #04F50E. Grayscale: #6B6B6B. Windows color (decimal): -324879 or 15796987. OLE color: 15796987.
HSL color Cylindrical-coordinate representation of color #FB0AF1: hue angle of 302.49º 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 #FB0AF1 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 241 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.02 |
| HSL | 302.49º | 0.97% | 0.51% | - |
| HSV(B) | 302.49º | 0.96% | 0.98% | - |
| XYZ | 55.77 | 27.08 | 85.51 | - |
| YUV | 108.39 | 202.84 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 241 | 0 | 0.96 | 0.04 | 0.02 | 302.49 | 0.97 | 0.51 |
| Hex | FB | A | F1 | 0 | 60 | 4 | 2 | 12E | 61 | 33 |
| Octal | 373 | 12 | 361 | 0 | 140 | 4 | 2 | 456 | 141 | 63 |
| Binary | 11111011 | 1010 | 11110001 | 0 | 1100000 | 100 | 10 | 100101110 | 1100001 | 110011 |
Color Harmonies of #FB0AF1
Complementary color
Monochromatic Colors of #FB0AF1
Black with #FB0AF1
Text Example
Text Example
White with #FB0AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AF1; }
p { color: rgb(251,10,241); }
H1.HeaderClassName
{
color: #FB0AF1;
}
.AnyTagClassName
{
color: #FB0AF1;
}
</style>
background-color css
<style>
a { background-color: #FB0AF1; }
a { background-color: rgb(251,10,241); }
div.DivClassName
{
background-color: #FB0AF1;
}
.BgClassName
{
background-color: #FB0AF1;
}
</style>
border-color css
<style>
span { border-color: #FB0AF1; }
span { border-color: rgb(251,10,241); }
td.TdClassName
{
border-color: #FB0AF1;
}
.TagClassName
{
border-color: #FB0AF1;
}
</style>