Shades of Hollywood Cerise #F70F9F
Tints of Hollywood Cerise #F70F9F
RGB
CMYK
RGB Variations
Color information
#F70F9F (or 0xF70F9F) is known color: Hollywood Cerise. HEX triplet: F7, 0F and 9F. RGB value is (247,15,159). Sum of RGB (Red+Green+Blue) = 247+15+159=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70F9F is #08F060. Grayscale: #646464. Windows color (decimal): -585825 or 10424311. OLE color: 10424311.
HSL color Cylindrical-coordinate representation of color #F70F9F: hue angle of 322.76º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70F9F is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 159 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.03 |
| HSL | 322.76º | 0.94% | 0.51% | - |
| HSV(B) | 322.76º | 0.94% | 0.97% | - |
| XYZ | 44.79 | 22.62 | 34.81 | - |
| YUV | 100.78 | 160.86 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 159 | 0 | 0.94 | 0.36 | 0.03 | 322.76 | 0.94 | 0.51 |
| Hex | F7 | F | 9F | 0 | 5E | 24 | 3 | 143 | 5E | 33 |
| Octal | 367 | 17 | 237 | 0 | 136 | 44 | 3 | 503 | 136 | 63 |
| Binary | 11110111 | 1111 | 10011111 | 0 | 1011110 | 100100 | 11 | 101000011 | 1011110 | 110011 |
Color Harmonies of #F70F9F
Complementary color
Monochromatic Colors of #F70F9F
Black with #F70F9F
Text Example
Text Example
White with #F70F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F9F; }
p { color: rgb(247,15,159); }
H1.HeaderClassName
{
color: #F70F9F;
}
.AnyTagClassName
{
color: #F70F9F;
}
</style>
background-color css
<style>
a { background-color: #F70F9F; }
a { background-color: rgb(247,15,159); }
div.DivClassName
{
background-color: #F70F9F;
}
.BgClassName
{
background-color: #F70F9F;
}
</style>
border-color css
<style>
span { border-color: #F70F9F; }
span { border-color: rgb(247,15,159); }
td.TdClassName
{
border-color: #F70F9F;
}
.TagClassName
{
border-color: #F70F9F;
}
</style>