Shades of Hollywood Cerise #FE009B
Tints of Hollywood Cerise #FE009B
RGB
CMYK
RGB Variations
Color information
#FE009B (or 0xFE009B) is known color: Hollywood Cerise. HEX triplet: FE, 00 and 9B. RGB value is (254,0,155). Sum of RGB (Red+Green+Blue) = 254+0+155=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE009B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE009B is #01FF64. Grayscale: #5D5D5D. Windows color (decimal): -130917 or 10158334. OLE color: 10158334.
HSL color Cylindrical-coordinate representation of color #FE009B: hue angle of 323.39º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE009B is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.39 | 0.00 |
| HSL | 323.39º | 1% | 0.5% | - |
| HSV(B) | 323.39º | 1% | 1% | - |
| XYZ | 46.79 | 23.44 | 33.07 | - |
| YUV | 93.62 | 162.65 | 242.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 155 | 0 | 1 | 0.39 | 0.00 | 323.39 | 1 | 0.5 |
| Hex | FE | 0 | 9B | 0 | 64 | 27 | 0 | 143 | 64 | 32 |
| Octal | 376 | 0 | 233 | 0 | 144 | 47 | 0 | 503 | 144 | 62 |
| Binary | 11111110 | 0 | 10011011 | 0 | 1100100 | 100111 | 0 | 101000011 | 1100100 | 110010 |
Color Harmonies of #FE009B
Complementary color
Monochromatic Colors of #FE009B
Black with #FE009B
Text Example
Text Example
White with #FE009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE009B; }
p { color: rgb(254,0,155); }
H1.HeaderClassName
{
color: #FE009B;
}
.AnyTagClassName
{
color: #FE009B;
}
</style>
background-color css
<style>
a { background-color: #FE009B; }
a { background-color: rgb(254,0,155); }
div.DivClassName
{
background-color: #FE009B;
}
.BgClassName
{
background-color: #FE009B;
}
</style>
border-color css
<style>
span { border-color: #FE009B; }
span { border-color: rgb(254,0,155); }
td.TdClassName
{
border-color: #FE009B;
}
.TagClassName
{
border-color: #FE009B;
}
</style>