Shades of Hollywood Cerise #F7029D
Tints of Hollywood Cerise #F7029D
RGB
CMYK
RGB Variations
Color information
#F7029D (or 0xF7029D) is known color: Hollywood Cerise. HEX triplet: F7, 02 and 9D. RGB value is (247,2,157). Sum of RGB (Red+Green+Blue) = 247+2+157=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F7029D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7029D is #08FD62. Grayscale: #5C5C5C. Windows color (decimal): -589155 or 10289911. OLE color: 10289911.
HSL color Cylindrical-coordinate representation of color #F7029D: hue angle of 322.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7029D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.03 |
| HSL | 322.04º | 0.98% | 0.49% | - |
| HSV(B) | 322.04º | 0.99% | 0.97% | - |
| XYZ | 44.47 | 22.25 | 33.85 | - |
| YUV | 92.93 | 164.17 | 237.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 157 | 0 | 0.99 | 0.36 | 0.03 | 322.04 | 0.98 | 0.49 |
| Hex | F7 | 2 | 9D | 0 | 63 | 24 | 3 | 142 | 62 | 31 |
| Octal | 367 | 2 | 235 | 0 | 143 | 44 | 3 | 502 | 142 | 61 |
| Binary | 11110111 | 10 | 10011101 | 0 | 1100011 | 100100 | 11 | 101000010 | 1100010 | 110001 |
Color Harmonies of #F7029D
Complementary color
Monochromatic Colors of #F7029D
Black with #F7029D
Text Example
Text Example
White with #F7029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7029D; }
p { color: rgb(247,2,157); }
H1.HeaderClassName
{
color: #F7029D;
}
.AnyTagClassName
{
color: #F7029D;
}
</style>
background-color css
<style>
a { background-color: #F7029D; }
a { background-color: rgb(247,2,157); }
div.DivClassName
{
background-color: #F7029D;
}
.BgClassName
{
background-color: #F7029D;
}
</style>
border-color css
<style>
span { border-color: #F7029D; }
span { border-color: rgb(247,2,157); }
td.TdClassName
{
border-color: #F7029D;
}
.TagClassName
{
border-color: #F7029D;
}
</style>