Shades of Hollywood Cerise #F7029B
Tints of Hollywood Cerise #F7029B
RGB
CMYK
RGB Variations
Color information
#F7029B (or 0xF7029B) is known color: Hollywood Cerise. HEX triplet: F7, 02 and 9B. RGB value is (247,2,155). Sum of RGB (Red+Green+Blue) = 247+2+155=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F7029B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7029B is #08FD64. Grayscale: #5C5C5C. Windows color (decimal): -589157 or 10158839. OLE color: 10158839.
HSL color Cylindrical-coordinate representation of color #F7029B: hue angle of 322.53º 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 #F7029B is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.03 |
| HSL | 322.53º | 0.98% | 0.49% | - |
| HSV(B) | 322.53º | 0.99% | 0.97% | - |
| XYZ | 44.3 | 22.18 | 32.96 | - |
| YUV | 92.7 | 163.17 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 155 | 0 | 0.99 | 0.37 | 0.03 | 322.53 | 0.98 | 0.49 |
| Hex | F7 | 2 | 9B | 0 | 63 | 25 | 3 | 143 | 62 | 31 |
| Octal | 367 | 2 | 233 | 0 | 143 | 45 | 3 | 503 | 142 | 61 |
| Binary | 11110111 | 10 | 10011011 | 0 | 1100011 | 100101 | 11 | 101000011 | 1100010 | 110001 |
Color Harmonies of #F7029B
Complementary color
Monochromatic Colors of #F7029B
Black with #F7029B
Text Example
Text Example
White with #F7029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7029B; }
p { color: rgb(247,2,155); }
H1.HeaderClassName
{
color: #F7029B;
}
.AnyTagClassName
{
color: #F7029B;
}
</style>
background-color css
<style>
a { background-color: #F7029B; }
a { background-color: rgb(247,2,155); }
div.DivClassName
{
background-color: #F7029B;
}
.BgClassName
{
background-color: #F7029B;
}
</style>
border-color css
<style>
span { border-color: #F7029B; }
span { border-color: rgb(247,2,155); }
td.TdClassName
{
border-color: #F7029B;
}
.TagClassName
{
border-color: #F7029B;
}
</style>