Shades of Magenta #FB0BE6
Tints of Magenta #FB0BE6
RGB
CMYK
RGB Variations
Color information
#FB0BE6 (or 0xFB0BE6) is known color: Magenta. HEX triplet: FB, 0B and E6. RGB value is (251,11,230). Sum of RGB (Red+Green+Blue) = 251+11+230=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 11 (4.69% from 255 or 2.24% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0BE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0BE6 is #04F419. Grayscale: #6B6B6B. Windows color (decimal): -324634 or 15076347. OLE color: 15076347.
HSL color Cylindrical-coordinate representation of color #FB0BE6: hue angle of 305.25º 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 #FB0BE6 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 230 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.02 |
| HSL | 305.25º | 0.97% | 0.51% | - |
| HSV(B) | 305.25º | 0.96% | 0.98% | - |
| XYZ | 54.19 | 26.46 | 77.11 | - |
| YUV | 107.73 | 197.01 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 230 | 0 | 0.96 | 0.08 | 0.02 | 305.25 | 0.97 | 0.51 |
| Hex | FB | B | E6 | 0 | 60 | 8 | 2 | 131 | 61 | 33 |
| Octal | 373 | 13 | 346 | 0 | 140 | 10 | 2 | 461 | 141 | 63 |
| Binary | 11111011 | 1011 | 11100110 | 0 | 1100000 | 1000 | 10 | 100110001 | 1100001 | 110011 |
Color Harmonies of #FB0BE6
Complementary color
Monochromatic Colors of #FB0BE6
Black with #FB0BE6
Text Example
Text Example
White with #FB0BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0BE6; }
p { color: rgb(251,11,230); }
H1.HeaderClassName
{
color: #FB0BE6;
}
.AnyTagClassName
{
color: #FB0BE6;
}
</style>
background-color css
<style>
a { background-color: #FB0BE6; }
a { background-color: rgb(251,11,230); }
div.DivClassName
{
background-color: #FB0BE6;
}
.BgClassName
{
background-color: #FB0BE6;
}
</style>
border-color css
<style>
span { border-color: #FB0BE6; }
span { border-color: rgb(251,11,230); }
td.TdClassName
{
border-color: #FB0BE6;
}
.TagClassName
{
border-color: #FB0BE6;
}
</style>