Shades of Hollywood Cerise #FB0BAB
Tints of Hollywood Cerise #FB0BAB
RGB
CMYK
RGB Variations
Color information
#FB0BAB (or 0xFB0BAB) is known color: Hollywood Cerise. HEX triplet: FB, 0B and AB. RGB value is (251,11,171). Sum of RGB (Red+Green+Blue) = 251+11+171=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0BAB is #04F454. Grayscale: #646464. Windows color (decimal): -324693 or 11209723. OLE color: 11209723.
HSL color Cylindrical-coordinate representation of color #FB0BAB: hue angle of 320º 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 #FB0BAB is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 171 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.02 |
| HSL | 320º | 0.97% | 0.51% | - |
| HSV(B) | 320º | 0.96% | 0.98% | - |
| XYZ | 47.25 | 23.69 | 40.61 | - |
| YUV | 101 | 167.51 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 171 | 0 | 0.96 | 0.32 | 0.02 | 320 | 0.97 | 0.51 |
| Hex | FB | B | AB | 0 | 60 | 20 | 2 | 140 | 61 | 33 |
| Octal | 373 | 13 | 253 | 0 | 140 | 40 | 2 | 500 | 141 | 63 |
| Binary | 11111011 | 1011 | 10101011 | 0 | 1100000 | 100000 | 10 | 101000000 | 1100001 | 110011 |
Color Harmonies of #FB0BAB
Complementary color
Monochromatic Colors of #FB0BAB
Black with #FB0BAB
Text Example
Text Example
White with #FB0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0BAB; }
p { color: rgb(251,11,171); }
H1.HeaderClassName
{
color: #FB0BAB;
}
.AnyTagClassName
{
color: #FB0BAB;
}
</style>
background-color css
<style>
a { background-color: #FB0BAB; }
a { background-color: rgb(251,11,171); }
div.DivClassName
{
background-color: #FB0BAB;
}
.BgClassName
{
background-color: #FB0BAB;
}
</style>
border-color css
<style>
span { border-color: #FB0BAB; }
span { border-color: rgb(251,11,171); }
td.TdClassName
{
border-color: #FB0BAB;
}
.TagClassName
{
border-color: #FB0BAB;
}
</style>