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