Shades of Hollywood Cerise #F7099D
Tints of Hollywood Cerise #F7099D
RGB
CMYK
RGB Variations
Color information
#F7099D (or 0xF7099D) is known color: Hollywood Cerise. HEX triplet: F7, 09 and 9D. RGB value is (247,9,157). Sum of RGB (Red+Green+Blue) = 247+9+157=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F7099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7099D is #08F662. Grayscale: #606060. Windows color (decimal): -587363 or 10291703. OLE color: 10291703.
HSL color Cylindrical-coordinate representation of color #F7099D: hue angle of 322.69º 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 #F7099D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.03 |
| HSL | 322.69º | 0.94% | 0.5% | - |
| HSV(B) | 322.69º | 0.96% | 0.97% | - |
| XYZ | 44.54 | 22.4 | 33.88 | - |
| YUV | 97.03 | 161.85 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 157 | 0 | 0.96 | 0.36 | 0.03 | 322.69 | 0.94 | 0.5 |
| Hex | F7 | 9 | 9D | 0 | 60 | 24 | 3 | 143 | 5E | 32 |
| Octal | 367 | 11 | 235 | 0 | 140 | 44 | 3 | 503 | 136 | 62 |
| Binary | 11110111 | 1001 | 10011101 | 0 | 1100000 | 100100 | 11 | 101000011 | 1011110 | 110010 |
Color Harmonies of #F7099D
Complementary color
Monochromatic Colors of #F7099D
Black with #F7099D
Text Example
Text Example
White with #F7099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7099D; }
p { color: rgb(247,9,157); }
H1.HeaderClassName
{
color: #F7099D;
}
.AnyTagClassName
{
color: #F7099D;
}
</style>
background-color css
<style>
a { background-color: #F7099D; }
a { background-color: rgb(247,9,157); }
div.DivClassName
{
background-color: #F7099D;
}
.BgClassName
{
background-color: #F7099D;
}
</style>
border-color css
<style>
span { border-color: #F7099D; }
span { border-color: rgb(247,9,157); }
td.TdClassName
{
border-color: #F7099D;
}
.TagClassName
{
border-color: #F7099D;
}
</style>