Shades of Hollywood Cerise #FE0BA1
Tints of Hollywood Cerise #FE0BA1
RGB
CMYK
RGB Variations
Color information
#FE0BA1 (or 0xFE0BA1) is known color: Hollywood Cerise. HEX triplet: FE, 0B and A1. RGB value is (254,11,161). Sum of RGB (Red+Green+Blue) = 254+11+161=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0BA1 is #01F45E. Grayscale: #646464. Windows color (decimal): -128095 or 10554366. OLE color: 10554366.
HSL color Cylindrical-coordinate representation of color #FE0BA1: hue angle of 322.96º 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 #FE0BA1 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 161 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.00 |
| HSL | 322.96º | 0.99% | 0.52% | - |
| HSV(B) | 322.96º | 0.96% | 1% | - |
| XYZ | 47.43 | 23.88 | 35.83 | - |
| YUV | 100.76 | 162.01 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 161 | 0 | 0.96 | 0.37 | 0.00 | 322.96 | 0.99 | 0.52 |
| Hex | FE | B | A1 | 0 | 60 | 25 | 0 | 143 | 63 | 34 |
| Octal | 376 | 13 | 241 | 0 | 140 | 45 | 0 | 503 | 143 | 64 |
| Binary | 11111110 | 1011 | 10100001 | 0 | 1100000 | 100101 | 0 | 101000011 | 1100011 | 110100 |
Color Harmonies of #FE0BA1
Complementary color
Monochromatic Colors of #FE0BA1
Black with #FE0BA1
Text Example
Text Example
White with #FE0BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BA1; }
p { color: rgb(254,11,161); }
H1.HeaderClassName
{
color: #FE0BA1;
}
.AnyTagClassName
{
color: #FE0BA1;
}
</style>
background-color css
<style>
a { background-color: #FE0BA1; }
a { background-color: rgb(254,11,161); }
div.DivClassName
{
background-color: #FE0BA1;
}
.BgClassName
{
background-color: #FE0BA1;
}
</style>
border-color css
<style>
span { border-color: #FE0BA1; }
span { border-color: rgb(254,11,161); }
td.TdClassName
{
border-color: #FE0BA1;
}
.TagClassName
{
border-color: #FE0BA1;
}
</style>