Shades of Hollywood Cerise #F70B9C
Tints of Hollywood Cerise #F70B9C
RGB
CMYK
RGB Variations
Color information
#F70B9C (or 0xF70B9C) is known color: Hollywood Cerise. HEX triplet: F7, 0B and 9C. RGB value is (247,11,156). Sum of RGB (Red+Green+Blue) = 247+11+156=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70B9C is #08F463. Grayscale: #616161. Windows color (decimal): -586852 or 10226679. OLE color: 10226679.
HSL color Cylindrical-coordinate representation of color #F70B9C: hue angle of 323.14º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70B9C is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 156 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.03 |
| HSL | 323.14º | 0.94% | 0.51% | - |
| HSV(B) | 323.14º | 0.96% | 0.97% | - |
| XYZ | 44.48 | 22.41 | 33.43 | - |
| YUV | 98.09 | 160.69 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 156 | 0 | 0.96 | 0.37 | 0.03 | 323.14 | 0.94 | 0.51 |
| Hex | F7 | B | 9C | 0 | 60 | 25 | 3 | 143 | 5E | 33 |
| Octal | 367 | 13 | 234 | 0 | 140 | 45 | 3 | 503 | 136 | 63 |
| Binary | 11110111 | 1011 | 10011100 | 0 | 1100000 | 100101 | 11 | 101000011 | 1011110 | 110011 |
Color Harmonies of #F70B9C
Complementary color
Monochromatic Colors of #F70B9C
Black with #F70B9C
Text Example
Text Example
White with #F70B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B9C; }
p { color: rgb(247,11,156); }
H1.HeaderClassName
{
color: #F70B9C;
}
.AnyTagClassName
{
color: #F70B9C;
}
</style>
background-color css
<style>
a { background-color: #F70B9C; }
a { background-color: rgb(247,11,156); }
div.DivClassName
{
background-color: #F70B9C;
}
.BgClassName
{
background-color: #F70B9C;
}
</style>
border-color css
<style>
span { border-color: #F70B9C; }
span { border-color: rgb(247,11,156); }
td.TdClassName
{
border-color: #F70B9C;
}
.TagClassName
{
border-color: #F70B9C;
}
</style>