Shades of Hollywood Cerise #F7099B
Tints of Hollywood Cerise #F7099B
RGB
CMYK
RGB Variations
Color information
#F7099B (or 0xF7099B) is known color: Hollywood Cerise. HEX triplet: F7, 09 and 9B. RGB value is (247,9,155). Sum of RGB (Red+Green+Blue) = 247+9+155=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F7099B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7099B is #08F664. Grayscale: #606060. Windows color (decimal): -587365 or 10160631. OLE color: 10160631.
HSL color Cylindrical-coordinate representation of color #F7099B: hue angle of 323.19º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7099B is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.03 |
| HSL | 323.19º | 0.94% | 0.5% | - |
| HSV(B) | 323.19º | 0.96% | 0.97% | - |
| XYZ | 44.37 | 22.34 | 32.98 | - |
| YUV | 96.81 | 160.85 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 155 | 0 | 0.96 | 0.37 | 0.03 | 323.19 | 0.94 | 0.5 |
| Hex | F7 | 9 | 9B | 0 | 60 | 25 | 3 | 143 | 5E | 32 |
| Octal | 367 | 11 | 233 | 0 | 140 | 45 | 3 | 503 | 136 | 62 |
| Binary | 11110111 | 1001 | 10011011 | 0 | 1100000 | 100101 | 11 | 101000011 | 1011110 | 110010 |
Color Harmonies of #F7099B
Complementary color
Monochromatic Colors of #F7099B
Black with #F7099B
Text Example
Text Example
White with #F7099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7099B; }
p { color: rgb(247,9,155); }
H1.HeaderClassName
{
color: #F7099B;
}
.AnyTagClassName
{
color: #F7099B;
}
</style>
background-color css
<style>
a { background-color: #F7099B; }
a { background-color: rgb(247,9,155); }
div.DivClassName
{
background-color: #F7099B;
}
.BgClassName
{
background-color: #F7099B;
}
</style>
border-color css
<style>
span { border-color: #F7099B; }
span { border-color: rgb(247,9,155); }
td.TdClassName
{
border-color: #F7099B;
}
.TagClassName
{
border-color: #F7099B;
}
</style>