Shades of Hollywood Cerise #F7009D
Tints of Hollywood Cerise #F7009D
RGB
CMYK
RGB Variations
Color information
#F7009D (or 0xF7009D) is known color: Hollywood Cerise. HEX triplet: F7, 00 and 9D. RGB value is (247,0,157). Sum of RGB (Red+Green+Blue) = 247+0+157=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F7009D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7009D is #08FF62. Grayscale: #5B5B5B. Windows color (decimal): -589667 or 10289399. OLE color: 10289399.
HSL color Cylindrical-coordinate representation of color #F7009D: hue angle of 321.86º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7009D is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.36 | 0.03 |
| HSL | 321.86º | 1% | 0.48% | - |
| HSV(B) | 321.86º | 1% | 0.97% | - |
| XYZ | 44.44 | 22.21 | 33.84 | - |
| YUV | 91.75 | 164.83 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 157 | 0 | 1 | 0.36 | 0.03 | 321.86 | 1 | 0.48 |
| Hex | F7 | 0 | 9D | 0 | 64 | 24 | 3 | 142 | 64 | 30 |
| Octal | 367 | 0 | 235 | 0 | 144 | 44 | 3 | 502 | 144 | 60 |
| Binary | 11110111 | 0 | 10011101 | 0 | 1100100 | 100100 | 11 | 101000010 | 1100100 | 110000 |
Color Harmonies of #F7009D
Complementary color
Monochromatic Colors of #F7009D
Black with #F7009D
Text Example
Text Example
White with #F7009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7009D; }
p { color: rgb(247,0,157); }
H1.HeaderClassName
{
color: #F7009D;
}
.AnyTagClassName
{
color: #F7009D;
}
</style>
background-color css
<style>
a { background-color: #F7009D; }
a { background-color: rgb(247,0,157); }
div.DivClassName
{
background-color: #F7009D;
}
.BgClassName
{
background-color: #F7009D;
}
</style>
border-color css
<style>
span { border-color: #F7009D; }
span { border-color: rgb(247,0,157); }
td.TdClassName
{
border-color: #F7009D;
}
.TagClassName
{
border-color: #F7009D;
}
</style>