Shades of Hollywood Cerise #FF0BA4
Tints of Hollywood Cerise #FF0BA4
RGB
CMYK
RGB Variations
Color information
#FF0BA4 (or 0xFF0BA4) is known color: Hollywood Cerise. HEX triplet: FF, 0B and A4. RGB value is (255,11,164). Sum of RGB (Red+Green+Blue) = 255+11+164=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0BA4 is #00F45B. Grayscale: #656565. Windows color (decimal): -62556 or 10750975. OLE color: 10750975.
HSL color Cylindrical-coordinate representation of color #FF0BA4: hue angle of 322.38º 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 #FF0BA4 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 164 | - |
| CMYK | 0 | 0.96 | 0.36 | 0 |
| HSL | 322.38º | 1% | 0.52% | - |
| HSV(B) | 322.38º | 0.96% | 1% | - |
| XYZ | 48.06 | 24.18 | 37.26 | - |
| YUV | 101.4 | 163.34 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 164 | 0 | 0.96 | 0.36 | 0 | 322.38 | 1 | 0.52 |
| Hex | FF | B | A4 | 0 | 60 | 24 | 0 | 142 | 64 | 34 |
| Octal | 377 | 13 | 244 | 0 | 140 | 44 | 0 | 502 | 144 | 64 |
| Binary | 11111111 | 1011 | 10100100 | 0 | 1100000 | 100100 | 0 | 101000010 | 1100100 | 110100 |
Color Harmonies of #FF0BA4
Complementary color
Monochromatic Colors of #FF0BA4
Black with #FF0BA4
Text Example
Text Example
White with #FF0BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BA4; }
p { color: rgb(255,11,164); }
H1.HeaderClassName
{
color: #FF0BA4;
}
.AnyTagClassName
{
color: #FF0BA4;
}
</style>
background-color css
<style>
a { background-color: #FF0BA4; }
a { background-color: rgb(255,11,164); }
div.DivClassName
{
background-color: #FF0BA4;
}
.BgClassName
{
background-color: #FF0BA4;
}
</style>
border-color css
<style>
span { border-color: #FF0BA4; }
span { border-color: rgb(255,11,164); }
td.TdClassName
{
border-color: #FF0BA4;
}
.TagClassName
{
border-color: #FF0BA4;
}
</style>