Shades of Hollywood Cerise #F70096
Tints of Hollywood Cerise #F70096
RGB
CMYK
RGB Variations
Color information
#F70096 (or 0xF70096) is known color: Hollywood Cerise. HEX triplet: F7, 00 and 96. RGB value is (247,0,150). Sum of RGB (Red+Green+Blue) = 247+0+150=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F70096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70096 is #08FF69. Grayscale: #5A5A5A. Windows color (decimal): -589674 or 9830647. OLE color: 9830647.
HSL color Cylindrical-coordinate representation of color #F70096: hue angle of 323.56º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70096 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.39 | 0.03 |
| HSL | 323.56º | 1% | 0.48% | - |
| HSV(B) | 323.56º | 1% | 0.97% | - |
| XYZ | 43.86 | 21.98 | 30.78 | - |
| YUV | 90.95 | 161.33 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 150 | 0 | 1 | 0.39 | 0.03 | 323.56 | 1 | 0.48 |
| Hex | F7 | 0 | 96 | 0 | 64 | 27 | 3 | 144 | 64 | 30 |
| Octal | 367 | 0 | 226 | 0 | 144 | 47 | 3 | 504 | 144 | 60 |
| Binary | 11110111 | 0 | 10010110 | 0 | 1100100 | 100111 | 11 | 101000100 | 1100100 | 110000 |
Color Harmonies of #F70096
Complementary color
Monochromatic Colors of #F70096
Black with #F70096
Text Example
Text Example
White with #F70096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70096; }
p { color: rgb(247,0,150); }
H1.HeaderClassName
{
color: #F70096;
}
.AnyTagClassName
{
color: #F70096;
}
</style>
background-color css
<style>
a { background-color: #F70096; }
a { background-color: rgb(247,0,150); }
div.DivClassName
{
background-color: #F70096;
}
.BgClassName
{
background-color: #F70096;
}
</style>
border-color css
<style>
span { border-color: #F70096; }
span { border-color: rgb(247,0,150); }
td.TdClassName
{
border-color: #F70096;
}
.TagClassName
{
border-color: #F70096;
}
</style>