Shades of Hollywood Cerise #FB09A2
Tints of Hollywood Cerise #FB09A2
RGB
CMYK
RGB Variations
Color information
#FB09A2 (or 0xFB09A2) is known color: Hollywood Cerise. HEX triplet: FB, 09 and A2. RGB value is (251,9,162). Sum of RGB (Red+Green+Blue) = 251+9+162=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB09A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB09A2 is #04F65D. Grayscale: #626262. Windows color (decimal): -325214 or 10619387. OLE color: 10619387.
HSL color Cylindrical-coordinate representation of color #FB09A2: hue angle of 322.07º 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 #FB09A2 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 162 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.02 |
| HSL | 322.07º | 0.97% | 0.51% | - |
| HSV(B) | 322.07º | 0.96% | 0.98% | - |
| XYZ | 46.4 | 23.31 | 36.24 | - |
| YUV | 98.8 | 163.67 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 162 | 0 | 0.96 | 0.35 | 0.02 | 322.07 | 0.97 | 0.51 |
| Hex | FB | 9 | A2 | 0 | 60 | 23 | 2 | 142 | 61 | 33 |
| Octal | 373 | 11 | 242 | 0 | 140 | 43 | 2 | 502 | 141 | 63 |
| Binary | 11111011 | 1001 | 10100010 | 0 | 1100000 | 100011 | 10 | 101000010 | 1100001 | 110011 |
Color Harmonies of #FB09A2
Complementary color
Monochromatic Colors of #FB09A2
Black with #FB09A2
Text Example
Text Example
White with #FB09A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB09A2; }
p { color: rgb(251,9,162); }
H1.HeaderClassName
{
color: #FB09A2;
}
.AnyTagClassName
{
color: #FB09A2;
}
</style>
background-color css
<style>
a { background-color: #FB09A2; }
a { background-color: rgb(251,9,162); }
div.DivClassName
{
background-color: #FB09A2;
}
.BgClassName
{
background-color: #FB09A2;
}
</style>
border-color css
<style>
span { border-color: #FB09A2; }
span { border-color: rgb(251,9,162); }
td.TdClassName
{
border-color: #FB09A2;
}
.TagClassName
{
border-color: #FB09A2;
}
</style>