Shades of Hollywood Cerise #F709A6
Tints of Hollywood Cerise #F709A6
RGB
CMYK
RGB Variations
Color information
#F709A6 (or 0xF709A6) is known color: Hollywood Cerise. HEX triplet: F7, 09 and A6. RGB value is (247,9,166). Sum of RGB (Red+Green+Blue) = 247+9+166=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F709A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F709A6 is #08F659. Grayscale: #616161. Windows color (decimal): -587354 or 10881527. OLE color: 10881527.
HSL color Cylindrical-coordinate representation of color #F709A6: hue angle of 320.42º 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 #F709A6 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 166 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.03 |
| HSL | 320.42º | 0.94% | 0.5% | - |
| HSV(B) | 320.42º | 0.96% | 0.97% | - |
| XYZ | 45.34 | 22.72 | 38.07 | - |
| YUV | 98.06 | 166.35 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 166 | 0 | 0.96 | 0.33 | 0.03 | 320.42 | 0.94 | 0.5 |
| Hex | F7 | 9 | A6 | 0 | 60 | 21 | 3 | 140 | 5E | 32 |
| Octal | 367 | 11 | 246 | 0 | 140 | 41 | 3 | 500 | 136 | 62 |
| Binary | 11110111 | 1001 | 10100110 | 0 | 1100000 | 100001 | 11 | 101000000 | 1011110 | 110010 |
Color Harmonies of #F709A6
Complementary color
Monochromatic Colors of #F709A6
Black with #F709A6
Text Example
Text Example
White with #F709A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F709A6; }
p { color: rgb(247,9,166); }
H1.HeaderClassName
{
color: #F709A6;
}
.AnyTagClassName
{
color: #F709A6;
}
</style>
background-color css
<style>
a { background-color: #F709A6; }
a { background-color: rgb(247,9,166); }
div.DivClassName
{
background-color: #F709A6;
}
.BgClassName
{
background-color: #F709A6;
}
</style>
border-color css
<style>
span { border-color: #F709A6; }
span { border-color: rgb(247,9,166); }
td.TdClassName
{
border-color: #F709A6;
}
.TagClassName
{
border-color: #F709A6;
}
</style>