Shades of Hollywood Cerise #F706A6
Tints of Hollywood Cerise #F706A6
RGB
CMYK
RGB Variations
Color information
#F706A6 (or 0xF706A6) is known color: Hollywood Cerise. HEX triplet: F7, 06 and A6. RGB value is (247,6,166). Sum of RGB (Red+Green+Blue) = 247+6+166=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F706A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F706A6 is #08F959. Grayscale: #5F5F5F. Windows color (decimal): -588122 or 10880759. OLE color: 10880759.
HSL color Cylindrical-coordinate representation of color #F706A6: hue angle of 320.17º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F706A6 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 166 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.03 |
| HSL | 320.17º | 0.95% | 0.5% | - |
| HSV(B) | 320.17º | 0.98% | 0.97% | - |
| XYZ | 45.31 | 22.66 | 38.06 | - |
| YUV | 96.3 | 167.34 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 166 | 0 | 0.98 | 0.33 | 0.03 | 320.17 | 0.95 | 0.5 |
| Hex | F7 | 6 | A6 | 0 | 62 | 21 | 3 | 140 | 5F | 32 |
| Octal | 367 | 6 | 246 | 0 | 142 | 41 | 3 | 500 | 137 | 62 |
| Binary | 11110111 | 110 | 10100110 | 0 | 1100010 | 100001 | 11 | 101000000 | 1011111 | 110010 |
Color Harmonies of #F706A6
Complementary color
Monochromatic Colors of #F706A6
Black with #F706A6
Text Example
Text Example
White with #F706A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706A6; }
p { color: rgb(247,6,166); }
H1.HeaderClassName
{
color: #F706A6;
}
.AnyTagClassName
{
color: #F706A6;
}
</style>
background-color css
<style>
a { background-color: #F706A6; }
a { background-color: rgb(247,6,166); }
div.DivClassName
{
background-color: #F706A6;
}
.BgClassName
{
background-color: #F706A6;
}
</style>
border-color css
<style>
span { border-color: #F706A6; }
span { border-color: rgb(247,6,166); }
td.TdClassName
{
border-color: #F706A6;
}
.TagClassName
{
border-color: #F706A6;
}
</style>