Shades of Magenta #FB0BEB
Tints of Magenta #FB0BEB
RGB
CMYK
RGB Variations
Color information
#FB0BEB (or 0xFB0BEB) is known color: Magenta. HEX triplet: FB, 0B and EB. RGB value is (251,11,235). Sum of RGB (Red+Green+Blue) = 251+11+235=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 11 (4.69% from 255 or 2.21% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0BEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0BEB is #04F414. Grayscale: #6B6B6B. Windows color (decimal): -324629 or 15404027. OLE color: 15404027.
HSL color Cylindrical-coordinate representation of color #FB0BEB: hue angle of 304º 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 #FB0BEB is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 235 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.02 |
| HSL | 304º | 0.97% | 0.51% | - |
| HSV(B) | 304º | 0.96% | 0.98% | - |
| XYZ | 54.9 | 26.75 | 80.87 | - |
| YUV | 108.3 | 199.51 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 235 | 0 | 0.96 | 0.06 | 0.02 | 304 | 0.97 | 0.51 |
| Hex | FB | B | EB | 0 | 60 | 6 | 2 | 130 | 61 | 33 |
| Octal | 373 | 13 | 353 | 0 | 140 | 6 | 2 | 460 | 141 | 63 |
| Binary | 11111011 | 1011 | 11101011 | 0 | 1100000 | 110 | 10 | 100110000 | 1100001 | 110011 |
Color Harmonies of #FB0BEB
Complementary color
Monochromatic Colors of #FB0BEB
Black with #FB0BEB
Text Example
Text Example
White with #FB0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0BEB; }
p { color: rgb(251,11,235); }
H1.HeaderClassName
{
color: #FB0BEB;
}
.AnyTagClassName
{
color: #FB0BEB;
}
</style>
background-color css
<style>
a { background-color: #FB0BEB; }
a { background-color: rgb(251,11,235); }
div.DivClassName
{
background-color: #FB0BEB;
}
.BgClassName
{
background-color: #FB0BEB;
}
</style>
border-color css
<style>
span { border-color: #FB0BEB; }
span { border-color: rgb(251,11,235); }
td.TdClassName
{
border-color: #FB0BEB;
}
.TagClassName
{
border-color: #FB0BEB;
}
</style>