Shades of Hollywood Cerise #F7089D
Tints of Hollywood Cerise #F7089D
RGB
CMYK
RGB Variations
Color information
#F7089D (or 0xF7089D) is known color: Hollywood Cerise. HEX triplet: F7, 08 and 9D. RGB value is (247,8,157). Sum of RGB (Red+Green+Blue) = 247+8+157=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F7089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7089D is #08F762. Grayscale: #606060. Windows color (decimal): -587619 or 10291447. OLE color: 10291447.
HSL color Cylindrical-coordinate representation of color #F7089D: hue angle of 322.59º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7089D is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 157 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.03 |
| HSL | 322.59º | 0.94% | 0.5% | - |
| HSV(B) | 322.59º | 0.97% | 0.97% | - |
| XYZ | 44.53 | 22.38 | 33.87 | - |
| YUV | 96.45 | 162.18 | 235.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 157 | 0 | 0.97 | 0.36 | 0.03 | 322.59 | 0.94 | 0.5 |
| Hex | F7 | 8 | 9D | 0 | 61 | 24 | 3 | 143 | 5E | 32 |
| Octal | 367 | 10 | 235 | 0 | 141 | 44 | 3 | 503 | 136 | 62 |
| Binary | 11110111 | 1000 | 10011101 | 0 | 1100001 | 100100 | 11 | 101000011 | 1011110 | 110010 |
Color Harmonies of #F7089D
Complementary color
Monochromatic Colors of #F7089D
Black with #F7089D
Text Example
Text Example
White with #F7089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7089D; }
p { color: rgb(247,8,157); }
H1.HeaderClassName
{
color: #F7089D;
}
.AnyTagClassName
{
color: #F7089D;
}
</style>
background-color css
<style>
a { background-color: #F7089D; }
a { background-color: rgb(247,8,157); }
div.DivClassName
{
background-color: #F7089D;
}
.BgClassName
{
background-color: #F7089D;
}
</style>
border-color css
<style>
span { border-color: #F7089D; }
span { border-color: rgb(247,8,157); }
td.TdClassName
{
border-color: #F7089D;
}
.TagClassName
{
border-color: #F7089D;
}
</style>