Shades of Hollywood Cerise #FE0396
Tints of Hollywood Cerise #FE0396
RGB
CMYK
RGB Variations
Color information
#FE0396 (or 0xFE0396) is known color: Hollywood Cerise. HEX triplet: FE, 03 and 96. RGB value is (254,3,150). Sum of RGB (Red+Green+Blue) = 254+3+150=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0396 is #01FC69. Grayscale: #5E5E5E. Windows color (decimal): -130154 or 9831422. OLE color: 9831422.
HSL color Cylindrical-coordinate representation of color #FE0396: hue angle of 324.86º 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 #FE0396 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 150 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.00 |
| HSL | 324.86º | 0.99% | 0.5% | - |
| HSV(B) | 324.86º | 0.99% | 1% | - |
| XYZ | 46.41 | 23.34 | 30.91 | - |
| YUV | 94.81 | 159.16 | 241.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 150 | 0 | 0.99 | 0.41 | 0.00 | 324.86 | 0.99 | 0.5 |
| Hex | FE | 3 | 96 | 0 | 63 | 29 | 0 | 145 | 63 | 32 |
| Octal | 376 | 3 | 226 | 0 | 143 | 51 | 0 | 505 | 143 | 62 |
| Binary | 11111110 | 11 | 10010110 | 0 | 1100011 | 101001 | 0 | 101000101 | 1100011 | 110010 |
Color Harmonies of #FE0396
Complementary color
Monochromatic Colors of #FE0396
Black with #FE0396
Text Example
Text Example
White with #FE0396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0396; }
p { color: rgb(254,3,150); }
H1.HeaderClassName
{
color: #FE0396;
}
.AnyTagClassName
{
color: #FE0396;
}
</style>
background-color css
<style>
a { background-color: #FE0396; }
a { background-color: rgb(254,3,150); }
div.DivClassName
{
background-color: #FE0396;
}
.BgClassName
{
background-color: #FE0396;
}
</style>
border-color css
<style>
span { border-color: #FE0396; }
span { border-color: rgb(254,3,150); }
td.TdClassName
{
border-color: #FE0396;
}
.TagClassName
{
border-color: #FE0396;
}
</style>