Shades of Hollywood Cerise #FE029F
Tints of Hollywood Cerise #FE029F
RGB
CMYK
RGB Variations
Color information
#FE029F (or 0xFE029F) is known color: Hollywood Cerise. HEX triplet: FE, 02 and 9F. RGB value is (254,2,159). Sum of RGB (Red+Green+Blue) = 254+2+159=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE029F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE029F is #01FD60. Grayscale: #5E5E5E. Windows color (decimal): -130401 or 10420990. OLE color: 10420990.
HSL color Cylindrical-coordinate representation of color #FE029F: hue angle of 322.62º 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 #FE029F is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 159 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.00 |
| HSL | 322.62º | 0.99% | 0.5% | - |
| HSV(B) | 322.62º | 0.99% | 1% | - |
| XYZ | 47.15 | 23.62 | 34.87 | - |
| YUV | 95.25 | 163.99 | 241.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 159 | 0 | 0.99 | 0.37 | 0.00 | 322.62 | 0.99 | 0.5 |
| Hex | FE | 2 | 9F | 0 | 63 | 25 | 0 | 143 | 63 | 32 |
| Octal | 376 | 2 | 237 | 0 | 143 | 45 | 0 | 503 | 143 | 62 |
| Binary | 11111110 | 10 | 10011111 | 0 | 1100011 | 100101 | 0 | 101000011 | 1100011 | 110010 |
Color Harmonies of #FE029F
Complementary color
Monochromatic Colors of #FE029F
Black with #FE029F
Text Example
Text Example
White with #FE029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE029F; }
p { color: rgb(254,2,159); }
H1.HeaderClassName
{
color: #FE029F;
}
.AnyTagClassName
{
color: #FE029F;
}
</style>
background-color css
<style>
a { background-color: #FE029F; }
a { background-color: rgb(254,2,159); }
div.DivClassName
{
background-color: #FE029F;
}
.BgClassName
{
background-color: #FE029F;
}
</style>
border-color css
<style>
span { border-color: #FE029F; }
span { border-color: rgb(254,2,159); }
td.TdClassName
{
border-color: #FE029F;
}
.TagClassName
{
border-color: #FE029F;
}
</style>