Shades of Hollywood Cerise #F707A6
Tints of Hollywood Cerise #F707A6
RGB
CMYK
RGB Variations
Color information
#F707A6 (or 0xF707A6) is known color: Hollywood Cerise. HEX triplet: F7, 07 and A6. RGB value is (247,7,166). Sum of RGB (Red+Green+Blue) = 247+7+166=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F707A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F707A6 is #08F859. Grayscale: #606060. Windows color (decimal): -587866 or 10881015. OLE color: 10881015.
HSL color Cylindrical-coordinate representation of color #F707A6: hue angle of 320.25º 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 #F707A6 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 166 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.03 |
| HSL | 320.25º | 0.94% | 0.5% | - |
| HSV(B) | 320.25º | 0.97% | 0.97% | - |
| XYZ | 45.32 | 22.68 | 38.07 | - |
| YUV | 96.89 | 167.01 | 235.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 166 | 0 | 0.97 | 0.33 | 0.03 | 320.25 | 0.94 | 0.5 |
| Hex | F7 | 7 | A6 | 0 | 61 | 21 | 3 | 140 | 5E | 32 |
| Octal | 367 | 7 | 246 | 0 | 141 | 41 | 3 | 500 | 136 | 62 |
| Binary | 11110111 | 111 | 10100110 | 0 | 1100001 | 100001 | 11 | 101000000 | 1011110 | 110010 |
Color Harmonies of #F707A6
Complementary color
Monochromatic Colors of #F707A6
Black with #F707A6
Text Example
Text Example
White with #F707A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F707A6; }
p { color: rgb(247,7,166); }
H1.HeaderClassName
{
color: #F707A6;
}
.AnyTagClassName
{
color: #F707A6;
}
</style>
background-color css
<style>
a { background-color: #F707A6; }
a { background-color: rgb(247,7,166); }
div.DivClassName
{
background-color: #F707A6;
}
.BgClassName
{
background-color: #F707A6;
}
</style>
border-color css
<style>
span { border-color: #F707A6; }
span { border-color: rgb(247,7,166); }
td.TdClassName
{
border-color: #F707A6;
}
.TagClassName
{
border-color: #F707A6;
}
</style>