Shades of Hollywood Cerise #FE029D
Tints of Hollywood Cerise #FE029D
RGB
CMYK
RGB Variations
Color information
#FE029D (or 0xFE029D) is known color: Hollywood Cerise. HEX triplet: FE, 02 and 9D. RGB value is (254,2,157). Sum of RGB (Red+Green+Blue) = 254+2+157=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE029D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE029D is #01FD62. Grayscale: #5E5E5E. Windows color (decimal): -130403 or 10289918. OLE color: 10289918.
HSL color Cylindrical-coordinate representation of color #FE029D: hue angle of 323.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE029D is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.00 |
| HSL | 323.1º | 0.99% | 0.5% | - |
| HSV(B) | 323.1º | 0.99% | 1% | - |
| XYZ | 46.98 | 23.55 | 33.97 | - |
| YUV | 95.02 | 162.99 | 241.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 157 | 0 | 0.99 | 0.38 | 0.00 | 323.1 | 0.99 | 0.5 |
| Hex | FE | 2 | 9D | 0 | 63 | 26 | 0 | 143 | 63 | 32 |
| Octal | 376 | 2 | 235 | 0 | 143 | 46 | 0 | 503 | 143 | 62 |
| Binary | 11111110 | 10 | 10011101 | 0 | 1100011 | 100110 | 0 | 101000011 | 1100011 | 110010 |
Color Harmonies of #FE029D
Complementary color
Monochromatic Colors of #FE029D
Black with #FE029D
Text Example
Text Example
White with #FE029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE029D; }
p { color: rgb(254,2,157); }
H1.HeaderClassName
{
color: #FE029D;
}
.AnyTagClassName
{
color: #FE029D;
}
</style>
background-color css
<style>
a { background-color: #FE029D; }
a { background-color: rgb(254,2,157); }
div.DivClassName
{
background-color: #FE029D;
}
.BgClassName
{
background-color: #FE029D;
}
</style>
border-color css
<style>
span { border-color: #FE029D; }
span { border-color: rgb(254,2,157); }
td.TdClassName
{
border-color: #FE029D;
}
.TagClassName
{
border-color: #FE029D;
}
</style>