Shades of Hollywood Cerise #F7029A
Tints of Hollywood Cerise #F7029A
RGB
CMYK
RGB Variations
Color information
#F7029A (or 0xF7029A) is known color: Hollywood Cerise. HEX triplet: F7, 02 and 9A. RGB value is (247,2,154). Sum of RGB (Red+Green+Blue) = 247+2+154=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F7029A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7029A is #08FD65. Grayscale: #5C5C5C. Windows color (decimal): -589158 or 10093303. OLE color: 10093303.
HSL color Cylindrical-coordinate representation of color #F7029A: hue angle of 322.78º 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 #F7029A is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.03 |
| HSL | 322.78º | 0.98% | 0.49% | - |
| HSV(B) | 322.78º | 0.99% | 0.97% | - |
| XYZ | 44.21 | 22.15 | 32.52 | - |
| YUV | 92.58 | 162.67 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 154 | 0 | 0.99 | 0.38 | 0.03 | 322.78 | 0.98 | 0.49 |
| Hex | F7 | 2 | 9A | 0 | 63 | 26 | 3 | 143 | 62 | 31 |
| Octal | 367 | 2 | 232 | 0 | 143 | 46 | 3 | 503 | 142 | 61 |
| Binary | 11110111 | 10 | 10011010 | 0 | 1100011 | 100110 | 11 | 101000011 | 1100010 | 110001 |
Color Harmonies of #F7029A
Complementary color
Monochromatic Colors of #F7029A
Black with #F7029A
Text Example
Text Example
White with #F7029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7029A; }
p { color: rgb(247,2,154); }
H1.HeaderClassName
{
color: #F7029A;
}
.AnyTagClassName
{
color: #F7029A;
}
</style>
background-color css
<style>
a { background-color: #F7029A; }
a { background-color: rgb(247,2,154); }
div.DivClassName
{
background-color: #F7029A;
}
.BgClassName
{
background-color: #F7029A;
}
</style>
border-color css
<style>
span { border-color: #F7029A; }
span { border-color: rgb(247,2,154); }
td.TdClassName
{
border-color: #F7029A;
}
.TagClassName
{
border-color: #F7029A;
}
</style>