Shades of Hollywood Cerise #FF0396
Tints of Hollywood Cerise #FF0396
RGB
CMYK
RGB Variations
Color information
#FF0396 (or 0xFF0396) is known color: Hollywood Cerise. HEX triplet: FF, 03 and 96. RGB value is (255,3,150). Sum of RGB (Red+Green+Blue) = 255+3+150=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0396 is #00FC69. Grayscale: #5E5E5E. Windows color (decimal): -64618 or 9831423. OLE color: 9831423.
HSL color Cylindrical-coordinate representation of color #FF0396: hue angle of 325º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0396 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 150 | - |
| CMYK | 0 | 0.99 | 0.41 | 0 |
| HSL | 325º | 1% | 0.51% | - |
| HSV(B) | 325º | 0.99% | 1% | - |
| XYZ | 46.78 | 23.53 | 30.93 | - |
| YUV | 95.11 | 158.99 | 242.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 150 | 0 | 0.99 | 0.41 | 0 | 325 | 1 | 0.51 |
| Hex | FF | 3 | 96 | 0 | 63 | 29 | 0 | 145 | 64 | 33 |
| Octal | 377 | 3 | 226 | 0 | 143 | 51 | 0 | 505 | 144 | 63 |
| Binary | 11111111 | 11 | 10010110 | 0 | 1100011 | 101001 | 0 | 101000101 | 1100100 | 110011 |
Color Harmonies of #FF0396
Complementary color
Monochromatic Colors of #FF0396
Black with #FF0396
Text Example
Text Example
White with #FF0396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0396; }
p { color: rgb(255,3,150); }
H1.HeaderClassName
{
color: #FF0396;
}
.AnyTagClassName
{
color: #FF0396;
}
</style>
background-color css
<style>
a { background-color: #FF0396; }
a { background-color: rgb(255,3,150); }
div.DivClassName
{
background-color: #FF0396;
}
.BgClassName
{
background-color: #FF0396;
}
</style>
border-color css
<style>
span { border-color: #FF0396; }
span { border-color: rgb(255,3,150); }
td.TdClassName
{
border-color: #FF0396;
}
.TagClassName
{
border-color: #FF0396;
}
</style>