Shades of Hollywood Cerise #FF0096
Tints of Hollywood Cerise #FF0096
RGB
CMYK
RGB Variations
Color information
#FF0096 (or 0xFF0096) is known color: Hollywood Cerise. HEX triplet: FF, 00 and 96. RGB value is (255,0,150). Sum of RGB (Red+Green+Blue) = 255+0+150=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0096 is #00FF69. Grayscale: #5D5D5D. Windows color (decimal): -65386 or 9830655. OLE color: 9830655.
HSL color Cylindrical-coordinate representation of color #FF0096: hue angle of 324.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0096 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.41 | 0 |
| HSL | 324.71º | 1% | 0.5% | - |
| HSV(B) | 324.71º | 1% | 1% | - |
| XYZ | 46.75 | 23.46 | 30.92 | - |
| YUV | 93.35 | 159.98 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 150 | 0 | 1 | 0.41 | 0 | 324.71 | 1 | 0.5 |
| Hex | FF | 0 | 96 | 0 | 64 | 29 | 0 | 145 | 64 | 32 |
| Octal | 377 | 0 | 226 | 0 | 144 | 51 | 0 | 505 | 144 | 62 |
| Binary | 11111111 | 0 | 10010110 | 0 | 1100100 | 101001 | 0 | 101000101 | 1100100 | 110010 |
Color Harmonies of #FF0096
Complementary color
Monochromatic Colors of #FF0096
Black with #FF0096
Text Example
Text Example
White with #FF0096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0096; }
p { color: rgb(255,0,150); }
H1.HeaderClassName
{
color: #FF0096;
}
.AnyTagClassName
{
color: #FF0096;
}
</style>
background-color css
<style>
a { background-color: #FF0096; }
a { background-color: rgb(255,0,150); }
div.DivClassName
{
background-color: #FF0096;
}
.BgClassName
{
background-color: #FF0096;
}
</style>
border-color css
<style>
span { border-color: #FF0096; }
span { border-color: rgb(255,0,150); }
td.TdClassName
{
border-color: #FF0096;
}
.TagClassName
{
border-color: #FF0096;
}
</style>