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