Shades of Hollywood Cerise #FF0296
Tints of Hollywood Cerise #FF0296
RGB
CMYK
RGB Variations
Color information
#FF0296 (or 0xFF0296) is known color: Hollywood Cerise. HEX triplet: FF, 02 and 96. RGB value is (255,2,150). Sum of RGB (Red+Green+Blue) = 255+2+150=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0296 is #00FD69. Grayscale: #5E5E5E. Windows color (decimal): -64874 or 9831167. OLE color: 9831167.
HSL color Cylindrical-coordinate representation of color #FF0296: hue angle of 324.9º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0296 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.41 | 0 |
| HSL | 324.9º | 1% | 0.5% | - |
| HSV(B) | 324.9º | 0.99% | 1% | - |
| XYZ | 46.77 | 23.51 | 30.93 | - |
| YUV | 94.52 | 159.32 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 150 | 0 | 0.99 | 0.41 | 0 | 324.9 | 1 | 0.5 |
| Hex | FF | 2 | 96 | 0 | 63 | 29 | 0 | 145 | 64 | 32 |
| Octal | 377 | 2 | 226 | 0 | 143 | 51 | 0 | 505 | 144 | 62 |
| Binary | 11111111 | 10 | 10010110 | 0 | 1100011 | 101001 | 0 | 101000101 | 1100100 | 110010 |
Color Harmonies of #FF0296
Complementary color
Monochromatic Colors of #FF0296
Black with #FF0296
Text Example
Text Example
White with #FF0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0296; }
p { color: rgb(255,2,150); }
H1.HeaderClassName
{
color: #FF0296;
}
.AnyTagClassName
{
color: #FF0296;
}
</style>
background-color css
<style>
a { background-color: #FF0296; }
a { background-color: rgb(255,2,150); }
div.DivClassName
{
background-color: #FF0296;
}
.BgClassName
{
background-color: #FF0296;
}
</style>
border-color css
<style>
span { border-color: #FF0296; }
span { border-color: rgb(255,2,150); }
td.TdClassName
{
border-color: #FF0296;
}
.TagClassName
{
border-color: #FF0296;
}
</style>