Shades of Hollywood Cerise #F706A7
Tints of Hollywood Cerise #F706A7
RGB
CMYK
RGB Variations
Color information
#F706A7 (or 0xF706A7) is known color: Hollywood Cerise. HEX triplet: F7, 06 and A7. RGB value is (247,6,167). Sum of RGB (Red+Green+Blue) = 247+6+167=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F706A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F706A7 is #08F958. Grayscale: #606060. Windows color (decimal): -588121 or 10946295. OLE color: 10946295.
HSL color Cylindrical-coordinate representation of color #F706A7: hue angle of 319.92º 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 #F706A7 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 167 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.03 |
| HSL | 319.92º | 0.95% | 0.5% | - |
| HSV(B) | 319.92º | 0.98% | 0.97% | - |
| XYZ | 45.4 | 22.69 | 38.55 | - |
| YUV | 96.41 | 167.84 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 167 | 0 | 0.98 | 0.32 | 0.03 | 319.92 | 0.95 | 0.5 |
| Hex | F7 | 6 | A7 | 0 | 62 | 20 | 3 | 140 | 5F | 32 |
| Octal | 367 | 6 | 247 | 0 | 142 | 40 | 3 | 500 | 137 | 62 |
| Binary | 11110111 | 110 | 10100111 | 0 | 1100010 | 100000 | 11 | 101000000 | 1011111 | 110010 |
Color Harmonies of #F706A7
Complementary color
Monochromatic Colors of #F706A7
Black with #F706A7
Text Example
Text Example
White with #F706A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706A7; }
p { color: rgb(247,6,167); }
H1.HeaderClassName
{
color: #F706A7;
}
.AnyTagClassName
{
color: #F706A7;
}
</style>
background-color css
<style>
a { background-color: #F706A7; }
a { background-color: rgb(247,6,167); }
div.DivClassName
{
background-color: #F706A7;
}
.BgClassName
{
background-color: #F706A7;
}
</style>
border-color css
<style>
span { border-color: #F706A7; }
span { border-color: rgb(247,6,167); }
td.TdClassName
{
border-color: #F706A7;
}
.TagClassName
{
border-color: #F706A7;
}
</style>