Shades of Hollywood Cerise #FE019D
Tints of Hollywood Cerise #FE019D
RGB
CMYK
RGB Variations
Color information
#FE019D (or 0xFE019D) is known color: Hollywood Cerise. HEX triplet: FE, 01 and 9D. RGB value is (254,1,157). Sum of RGB (Red+Green+Blue) = 254+1+157=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE019D is #01FE62. Grayscale: #5E5E5E. Windows color (decimal): -130659 or 10289662. OLE color: 10289662.
HSL color Cylindrical-coordinate representation of color #FE019D: hue angle of 323º 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 #FE019D is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.00 |
| HSL | 323º | 0.99% | 0.5% | - |
| HSV(B) | 323º | 1% | 1% | - |
| XYZ | 46.97 | 23.53 | 33.96 | - |
| YUV | 94.43 | 163.32 | 241.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 157 | 0 | 1.00 | 0.38 | 0.00 | 323 | 0.99 | 0.5 |
| Hex | FE | 1 | 9D | 0 | 64 | 26 | 0 | 143 | 63 | 32 |
| Octal | 376 | 1 | 235 | 0 | 144 | 46 | 0 | 503 | 143 | 62 |
| Binary | 11111110 | 1 | 10011101 | 0 | 1100100 | 100110 | 0 | 101000011 | 1100011 | 110010 |
Color Harmonies of #FE019D
Complementary color
Monochromatic Colors of #FE019D
Black with #FE019D
Text Example
Text Example
White with #FE019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE019D; }
p { color: rgb(254,1,157); }
H1.HeaderClassName
{
color: #FE019D;
}
.AnyTagClassName
{
color: #FE019D;
}
</style>
background-color css
<style>
a { background-color: #FE019D; }
a { background-color: rgb(254,1,157); }
div.DivClassName
{
background-color: #FE019D;
}
.BgClassName
{
background-color: #FE019D;
}
</style>
border-color css
<style>
span { border-color: #FE019D; }
span { border-color: rgb(254,1,157); }
td.TdClassName
{
border-color: #FE019D;
}
.TagClassName
{
border-color: #FE019D;
}
</style>