Shades of Hollywood Cerise #F70095
Tints of Hollywood Cerise #F70095
RGB
CMYK
RGB Variations
Color information
#F70095 (or 0xF70095) is known color: Hollywood Cerise. HEX triplet: F7, 00 and 95. RGB value is (247,0,149). Sum of RGB (Red+Green+Blue) = 247+0+149=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F70095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70095 is #08FF6A. Grayscale: #5A5A5A. Windows color (decimal): -589675 or 9765111. OLE color: 9765111.
HSL color Cylindrical-coordinate representation of color #F70095: hue angle of 323.81º 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 #F70095 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.40 | 0.03 |
| HSL | 323.81º | 1% | 0.48% | - |
| HSV(B) | 323.81º | 1% | 0.97% | - |
| XYZ | 43.78 | 21.94 | 30.36 | - |
| YUV | 90.84 | 160.83 | 239.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 149 | 0 | 1 | 0.40 | 0.03 | 323.81 | 1 | 0.48 |
| Hex | F7 | 0 | 95 | 0 | 64 | 28 | 3 | 144 | 64 | 30 |
| Octal | 367 | 0 | 225 | 0 | 144 | 50 | 3 | 504 | 144 | 60 |
| Binary | 11110111 | 0 | 10010101 | 0 | 1100100 | 101000 | 11 | 101000100 | 1100100 | 110000 |
Color Harmonies of #F70095
Complementary color
Monochromatic Colors of #F70095
Black with #F70095
Text Example
Text Example
White with #F70095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70095; }
p { color: rgb(247,0,149); }
H1.HeaderClassName
{
color: #F70095;
}
.AnyTagClassName
{
color: #F70095;
}
</style>
background-color css
<style>
a { background-color: #F70095; }
a { background-color: rgb(247,0,149); }
div.DivClassName
{
background-color: #F70095;
}
.BgClassName
{
background-color: #F70095;
}
</style>
border-color css
<style>
span { border-color: #F70095; }
span { border-color: rgb(247,0,149); }
td.TdClassName
{
border-color: #F70095;
}
.TagClassName
{
border-color: #F70095;
}
</style>