Shades of Magenta #FB0BFF
Tints of Magenta #FB0BFF
RGB
CMYK
RGB Variations
Color information
#FB0BFF (or 0xFB0BFF) is known color: Magenta. HEX triplet: FB, 0B and FF. RGB value is (251,11,255). Sum of RGB (Red+Green+Blue) = 251+11+255=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 11 (4.69% from 255 or 2.13% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB0BFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0BFF is #04F400. Grayscale: #6D6D6D. Windows color (decimal): -324609 or 16714747. OLE color: 16714747.
HSL color Cylindrical-coordinate representation of color #FB0BFF: hue angle of 299.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0BFF is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 11 | 255 | - |
| CMYK | 0.02 | 0.96 | 0 | 0 |
| HSL | 299.02º | 1% | 0.52% | - |
| HSV(B) | 299.02º | 0.96% | 1% | - |
| XYZ | 57.95 | 27.97 | 96.95 | - |
| YUV | 110.58 | 209.51 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 255 | 0.02 | 0.96 | 0 | 0 | 299.02 | 1 | 0.52 |
| Hex | FB | B | FF | 2 | 60 | 0 | 0 | 12B | 64 | 34 |
| Octal | 373 | 13 | 377 | 2 | 140 | 0 | 0 | 453 | 144 | 64 |
| Binary | 11111011 | 1011 | 11111111 | 10 | 1100000 | 0 | 0 | 100101011 | 1100100 | 110100 |
Color Harmonies of #FB0BFF
Complementary color
Monochromatic Colors of #FB0BFF
Black with #FB0BFF
Text Example
Text Example
White with #FB0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0BFF; }
p { color: rgb(251,11,255); }
H1.HeaderClassName
{
color: #FB0BFF;
}
.AnyTagClassName
{
color: #FB0BFF;
}
</style>
background-color css
<style>
a { background-color: #FB0BFF; }
a { background-color: rgb(251,11,255); }
div.DivClassName
{
background-color: #FB0BFF;
}
.BgClassName
{
background-color: #FB0BFF;
}
</style>
border-color css
<style>
span { border-color: #FB0BFF; }
span { border-color: rgb(251,11,255); }
td.TdClassName
{
border-color: #FB0BFF;
}
.TagClassName
{
border-color: #FB0BFF;
}
</style>