Shades of Hollywood Cerise #FF0196
Tints of Hollywood Cerise #FF0196
RGB
CMYK
RGB Variations
Color information
#FF0196 (or 0xFF0196) is known color: Hollywood Cerise. HEX triplet: FF, 01 and 96. RGB value is (255,1,150). Sum of RGB (Red+Green+Blue) = 255+1+150=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0196 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0196 is #00FE69. Grayscale: #5D5D5D. Windows color (decimal): -65130 or 9830911. OLE color: 9830911.
HSL color Cylindrical-coordinate representation of color #FF0196: hue angle of 324.8º 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 #FF0196 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 150 | - |
| CMYK | 0 | 1.00 | 0.41 | 0 |
| HSL | 324.8º | 1% | 0.5% | - |
| HSV(B) | 324.8º | 1% | 1% | - |
| XYZ | 46.76 | 23.48 | 30.92 | - |
| YUV | 93.93 | 159.65 | 242.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 150 | 0 | 1.00 | 0.41 | 0 | 324.8 | 1 | 0.5 |
| Hex | FF | 1 | 96 | 0 | 64 | 29 | 0 | 145 | 64 | 32 |
| Octal | 377 | 1 | 226 | 0 | 144 | 51 | 0 | 505 | 144 | 62 |
| Binary | 11111111 | 1 | 10010110 | 0 | 1100100 | 101001 | 0 | 101000101 | 1100100 | 110010 |
Color Harmonies of #FF0196
Complementary color
Monochromatic Colors of #FF0196
Black with #FF0196
Text Example
Text Example
White with #FF0196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0196; }
p { color: rgb(255,1,150); }
H1.HeaderClassName
{
color: #FF0196;
}
.AnyTagClassName
{
color: #FF0196;
}
</style>
background-color css
<style>
a { background-color: #FF0196; }
a { background-color: rgb(255,1,150); }
div.DivClassName
{
background-color: #FF0196;
}
.BgClassName
{
background-color: #FF0196;
}
</style>
border-color css
<style>
span { border-color: #FF0196; }
span { border-color: rgb(255,1,150); }
td.TdClassName
{
border-color: #FF0196;
}
.TagClassName
{
border-color: #FF0196;
}
</style>