Shades of Hollywood Cerise #FE0196
Tints of Hollywood Cerise #FE0196
RGB
CMYK
RGB Variations
Color information
#FE0196 (or 0xFE0196) is known color: Hollywood Cerise. HEX triplet: FE, 01 and 96. RGB value is (254,1,150). Sum of RGB (Red+Green+Blue) = 254+1+150=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0196 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0196 is #01FE69. Grayscale: #5D5D5D. Windows color (decimal): -130666 or 9830910. OLE color: 9830910.
HSL color Cylindrical-coordinate representation of color #FE0196: hue angle of 324.66º 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 #FE0196 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 150 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.00 |
| HSL | 324.66º | 0.99% | 0.5% | - |
| HSV(B) | 324.66º | 1% | 1% | - |
| XYZ | 46.39 | 23.29 | 30.91 | - |
| YUV | 93.63 | 159.82 | 242.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 150 | 0 | 1.00 | 0.41 | 0.00 | 324.66 | 0.99 | 0.5 |
| Hex | FE | 1 | 96 | 0 | 64 | 29 | 0 | 145 | 63 | 32 |
| Octal | 376 | 1 | 226 | 0 | 144 | 51 | 0 | 505 | 143 | 62 |
| Binary | 11111110 | 1 | 10010110 | 0 | 1100100 | 101001 | 0 | 101000101 | 1100011 | 110010 |
Color Harmonies of #FE0196
Complementary color
Monochromatic Colors of #FE0196
Black with #FE0196
Text Example
Text Example
White with #FE0196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0196; }
p { color: rgb(254,1,150); }
H1.HeaderClassName
{
color: #FE0196;
}
.AnyTagClassName
{
color: #FE0196;
}
</style>
background-color css
<style>
a { background-color: #FE0196; }
a { background-color: rgb(254,1,150); }
div.DivClassName
{
background-color: #FE0196;
}
.BgClassName
{
background-color: #FE0196;
}
</style>
border-color css
<style>
span { border-color: #FE0196; }
span { border-color: rgb(254,1,150); }
td.TdClassName
{
border-color: #FE0196;
}
.TagClassName
{
border-color: #FE0196;
}
</style>