Shades of Hollywood Cerise #F00396
Tints of Hollywood Cerise #F00396
RGB
CMYK
RGB Variations
Color information
#F00396 (or 0xF00396) is known color: Hollywood Cerise. HEX triplet: F0, 03 and 96. RGB value is (240,3,150). Sum of RGB (Red+Green+Blue) = 240+3+150=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F00396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00396 is #0FFC69. Grayscale: #5A5A5A. Windows color (decimal): -1047658 or 9831408. OLE color: 9831408.
HSL color Cylindrical-coordinate representation of color #F00396: hue angle of 322.78º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00396 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 150 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.06 |
| HSL | 322.78º | 0.98% | 0.48% | - |
| HSV(B) | 322.78º | 0.99% | 0.94% | - |
| XYZ | 41.47 | 20.79 | 30.68 | - |
| YUV | 90.62 | 161.52 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 150 | 0 | 0.99 | 0.37 | 0.06 | 322.78 | 0.98 | 0.48 |
| Hex | F0 | 3 | 96 | 0 | 63 | 25 | 6 | 143 | 62 | 30 |
| Octal | 360 | 3 | 226 | 0 | 143 | 45 | 6 | 503 | 142 | 60 |
| Binary | 11110000 | 11 | 10010110 | 0 | 1100011 | 100101 | 110 | 101000011 | 1100010 | 110000 |
Color Harmonies of #F00396
Complementary color
Monochromatic Colors of #F00396
Black with #F00396
Text Example
Text Example
White with #F00396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00396; }
p { color: rgb(240,3,150); }
H1.HeaderClassName
{
color: #F00396;
}
.AnyTagClassName
{
color: #F00396;
}
</style>
background-color css
<style>
a { background-color: #F00396; }
a { background-color: rgb(240,3,150); }
div.DivClassName
{
background-color: #F00396;
}
.BgClassName
{
background-color: #F00396;
}
</style>
border-color css
<style>
span { border-color: #F00396; }
span { border-color: rgb(240,3,150); }
td.TdClassName
{
border-color: #F00396;
}
.TagClassName
{
border-color: #F00396;
}
</style>