Shades of Hollywood Cerise #FF0BA2
Tints of Hollywood Cerise #FF0BA2
RGB
CMYK
RGB Variations
Color information
#FF0BA2 (or 0xFF0BA2) is known color: Hollywood Cerise. HEX triplet: FF, 0B and A2. RGB value is (255,11,162). Sum of RGB (Red+Green+Blue) = 255+11+162=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0BA2 is #00F45D. Grayscale: #646464. Windows color (decimal): -62558 or 10619903. OLE color: 10619903.
HSL color Cylindrical-coordinate representation of color #FF0BA2: hue angle of 322.87º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0BA2 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 162 | - |
| CMYK | 0 | 0.96 | 0.36 | 0 |
| HSL | 322.87º | 1% | 0.52% | - |
| HSV(B) | 322.87º | 0.96% | 1% | - |
| XYZ | 47.88 | 24.11 | 36.31 | - |
| YUV | 101.17 | 162.34 | 237.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 162 | 0 | 0.96 | 0.36 | 0 | 322.87 | 1 | 0.52 |
| Hex | FF | B | A2 | 0 | 60 | 24 | 0 | 143 | 64 | 34 |
| Octal | 377 | 13 | 242 | 0 | 140 | 44 | 0 | 503 | 144 | 64 |
| Binary | 11111111 | 1011 | 10100010 | 0 | 1100000 | 100100 | 0 | 101000011 | 1100100 | 110100 |
Color Harmonies of #FF0BA2
Complementary color
Monochromatic Colors of #FF0BA2
Black with #FF0BA2
Text Example
Text Example
White with #FF0BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BA2; }
p { color: rgb(255,11,162); }
H1.HeaderClassName
{
color: #FF0BA2;
}
.AnyTagClassName
{
color: #FF0BA2;
}
</style>
background-color css
<style>
a { background-color: #FF0BA2; }
a { background-color: rgb(255,11,162); }
div.DivClassName
{
background-color: #FF0BA2;
}
.BgClassName
{
background-color: #FF0BA2;
}
</style>
border-color css
<style>
span { border-color: #FF0BA2; }
span { border-color: rgb(255,11,162); }
td.TdClassName
{
border-color: #FF0BA2;
}
.TagClassName
{
border-color: #FF0BA2;
}
</style>