Shades of Hollywood Cerise #FB02AB
Tints of Hollywood Cerise #FB02AB
RGB
CMYK
RGB Variations
Color information
#FB02AB (or 0xFB02AB) is known color: Hollywood Cerise. HEX triplet: FB, 02 and AB. RGB value is (251,2,171). Sum of RGB (Red+Green+Blue) = 251+2+171=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB02AB is #04FD54. Grayscale: #5F5F5F. Windows color (decimal): -326997 or 11207419. OLE color: 11207419.
HSL color Cylindrical-coordinate representation of color #FB02AB: hue angle of 319.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB02AB is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.02 |
| HSL | 319.28º | 0.98% | 0.5% | - |
| HSV(B) | 319.28º | 0.99% | 0.98% | - |
| XYZ | 47.16 | 23.49 | 40.58 | - |
| YUV | 95.72 | 170.49 | 238.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 171 | 0 | 0.99 | 0.32 | 0.02 | 319.28 | 0.98 | 0.5 |
| Hex | FB | 2 | AB | 0 | 63 | 20 | 2 | 13F | 62 | 32 |
| Octal | 373 | 2 | 253 | 0 | 143 | 40 | 2 | 477 | 142 | 62 |
| Binary | 11111011 | 10 | 10101011 | 0 | 1100011 | 100000 | 10 | 100111111 | 1100010 | 110010 |
Color Harmonies of #FB02AB
Complementary color
Monochromatic Colors of #FB02AB
Black with #FB02AB
Text Example
Text Example
White with #FB02AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02AB; }
p { color: rgb(251,2,171); }
H1.HeaderClassName
{
color: #FB02AB;
}
.AnyTagClassName
{
color: #FB02AB;
}
</style>
background-color css
<style>
a { background-color: #FB02AB; }
a { background-color: rgb(251,2,171); }
div.DivClassName
{
background-color: #FB02AB;
}
.BgClassName
{
background-color: #FB02AB;
}
</style>
border-color css
<style>
span { border-color: #FB02AB; }
span { border-color: rgb(251,2,171); }
td.TdClassName
{
border-color: #FB02AB;
}
.TagClassName
{
border-color: #FB02AB;
}
</style>