Shades of Hollywood Cerise #FE0BA9
Tints of Hollywood Cerise #FE0BA9
RGB
CMYK
RGB Variations
Color information
#FE0BA9 (or 0xFE0BA9) is known color: Hollywood Cerise. HEX triplet: FE, 0B and A9. RGB value is (254,11,169). Sum of RGB (Red+Green+Blue) = 254+11+169=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0BA9 is #01F456. Grayscale: #656565. Windows color (decimal): -128087 or 11078654. OLE color: 11078654.
HSL color Cylindrical-coordinate representation of color #FE0BA9: hue angle of 320.99º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0BA9 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 169 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.00 |
| HSL | 320.99º | 0.99% | 0.52% | - |
| HSV(B) | 320.99º | 0.96% | 1% | - |
| XYZ | 48.15 | 24.17 | 39.66 | - |
| YUV | 101.67 | 166.01 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 169 | 0 | 0.96 | 0.33 | 0.00 | 320.99 | 0.99 | 0.52 |
| Hex | FE | B | A9 | 0 | 60 | 21 | 0 | 141 | 63 | 34 |
| Octal | 376 | 13 | 251 | 0 | 140 | 41 | 0 | 501 | 143 | 64 |
| Binary | 11111110 | 1011 | 10101001 | 0 | 1100000 | 100001 | 0 | 101000001 | 1100011 | 110100 |
Color Harmonies of #FE0BA9
Complementary color
Monochromatic Colors of #FE0BA9
Black with #FE0BA9
Text Example
Text Example
White with #FE0BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BA9; }
p { color: rgb(254,11,169); }
H1.HeaderClassName
{
color: #FE0BA9;
}
.AnyTagClassName
{
color: #FE0BA9;
}
</style>
background-color css
<style>
a { background-color: #FE0BA9; }
a { background-color: rgb(254,11,169); }
div.DivClassName
{
background-color: #FE0BA9;
}
.BgClassName
{
background-color: #FE0BA9;
}
</style>
border-color css
<style>
span { border-color: #FE0BA9; }
span { border-color: rgb(254,11,169); }
td.TdClassName
{
border-color: #FE0BA9;
}
.TagClassName
{
border-color: #FE0BA9;
}
</style>