Shades of Hollywood Cerise #F7069C
Tints of Hollywood Cerise #F7069C
RGB
CMYK
RGB Variations
Color information
#F7069C (or 0xF7069C) is known color: Hollywood Cerise. HEX triplet: F7, 06 and 9C. RGB value is (247,6,156). Sum of RGB (Red+Green+Blue) = 247+6+156=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7069C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7069C is #08F963. Grayscale: #5E5E5E. Windows color (decimal): -588132 or 10225399. OLE color: 10225399.
HSL color Cylindrical-coordinate representation of color #F7069C: hue angle of 322.66º 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 #F7069C is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 156 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.03 |
| HSL | 322.66º | 0.95% | 0.5% | - |
| HSV(B) | 322.66º | 0.98% | 0.97% | - |
| XYZ | 44.42 | 22.3 | 33.42 | - |
| YUV | 95.16 | 162.34 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 156 | 0 | 0.98 | 0.37 | 0.03 | 322.66 | 0.95 | 0.5 |
| Hex | F7 | 6 | 9C | 0 | 62 | 25 | 3 | 143 | 5F | 32 |
| Octal | 367 | 6 | 234 | 0 | 142 | 45 | 3 | 503 | 137 | 62 |
| Binary | 11110111 | 110 | 10011100 | 0 | 1100010 | 100101 | 11 | 101000011 | 1011111 | 110010 |
Color Harmonies of #F7069C
Complementary color
Monochromatic Colors of #F7069C
Black with #F7069C
Text Example
Text Example
White with #F7069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7069C; }
p { color: rgb(247,6,156); }
H1.HeaderClassName
{
color: #F7069C;
}
.AnyTagClassName
{
color: #F7069C;
}
</style>
background-color css
<style>
a { background-color: #F7069C; }
a { background-color: rgb(247,6,156); }
div.DivClassName
{
background-color: #F7069C;
}
.BgClassName
{
background-color: #F7069C;
}
</style>
border-color css
<style>
span { border-color: #F7069C; }
span { border-color: rgb(247,6,156); }
td.TdClassName
{
border-color: #F7069C;
}
.TagClassName
{
border-color: #F7069C;
}
</style>