Shades of Hollywood Cerise #FB0BA8
Tints of Hollywood Cerise #FB0BA8
RGB
CMYK
RGB Variations
Color information
#FB0BA8 (or 0xFB0BA8) is known color: Hollywood Cerise. HEX triplet: FB, 0B and A8. RGB value is (251,11,168). Sum of RGB (Red+Green+Blue) = 251+11+168=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0BA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0BA8 is #04F457. Grayscale: #646464. Windows color (decimal): -324696 or 11013115. OLE color: 11013115.
HSL color Cylindrical-coordinate representation of color #FB0BA8: hue angle of 320.75º 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 #FB0BA8 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 168 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.02 |
| HSL | 320.75º | 0.97% | 0.51% | - |
| HSV(B) | 320.75º | 0.96% | 0.98% | - |
| XYZ | 46.97 | 23.58 | 39.12 | - |
| YUV | 100.66 | 166.01 | 235.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 168 | 0 | 0.96 | 0.33 | 0.02 | 320.75 | 0.97 | 0.51 |
| Hex | FB | B | A8 | 0 | 60 | 21 | 2 | 141 | 61 | 33 |
| Octal | 373 | 13 | 250 | 0 | 140 | 41 | 2 | 501 | 141 | 63 |
| Binary | 11111011 | 1011 | 10101000 | 0 | 1100000 | 100001 | 10 | 101000001 | 1100001 | 110011 |
Color Harmonies of #FB0BA8
Complementary color
Monochromatic Colors of #FB0BA8
Black with #FB0BA8
Text Example
Text Example
White with #FB0BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0BA8; }
p { color: rgb(251,11,168); }
H1.HeaderClassName
{
color: #FB0BA8;
}
.AnyTagClassName
{
color: #FB0BA8;
}
</style>
background-color css
<style>
a { background-color: #FB0BA8; }
a { background-color: rgb(251,11,168); }
div.DivClassName
{
background-color: #FB0BA8;
}
.BgClassName
{
background-color: #FB0BA8;
}
</style>
border-color css
<style>
span { border-color: #FB0BA8; }
span { border-color: rgb(251,11,168); }
td.TdClassName
{
border-color: #FB0BA8;
}
.TagClassName
{
border-color: #FB0BA8;
}
</style>