Shades of Hollywood Cerise #F4079B
Tints of Hollywood Cerise #F4079B
RGB
CMYK
RGB Variations
Color information
#F4079B (or 0xF4079B) is known color: Hollywood Cerise. HEX triplet: F4, 07 and 9B. RGB value is (244,7,155). Sum of RGB (Red+Green+Blue) = 244+7+155=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F4079B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4079B is #0BF864. Grayscale: #5E5E5E. Windows color (decimal): -784485 or 10160116. OLE color: 10160116.
HSL color Cylindrical-coordinate representation of color #F4079B: hue angle of 322.53º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4079B is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 155 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.04 |
| HSL | 322.53º | 0.94% | 0.49% | - |
| HSV(B) | 322.53º | 0.97% | 0.96% | - |
| XYZ | 43.3 | 21.75 | 32.93 | - |
| YUV | 94.74 | 162.02 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 155 | 0 | 0.97 | 0.36 | 0.04 | 322.53 | 0.94 | 0.49 |
| Hex | F4 | 7 | 9B | 0 | 61 | 24 | 4 | 143 | 5E | 31 |
| Octal | 364 | 7 | 233 | 0 | 141 | 44 | 4 | 503 | 136 | 61 |
| Binary | 11110100 | 111 | 10011011 | 0 | 1100001 | 100100 | 100 | 101000011 | 1011110 | 110001 |
Color Harmonies of #F4079B
Complementary color
Monochromatic Colors of #F4079B
Black with #F4079B
Text Example
Text Example
White with #F4079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4079B; }
p { color: rgb(244,7,155); }
H1.HeaderClassName
{
color: #F4079B;
}
.AnyTagClassName
{
color: #F4079B;
}
</style>
background-color css
<style>
a { background-color: #F4079B; }
a { background-color: rgb(244,7,155); }
div.DivClassName
{
background-color: #F4079B;
}
.BgClassName
{
background-color: #F4079B;
}
</style>
border-color css
<style>
span { border-color: #F4079B; }
span { border-color: rgb(244,7,155); }
td.TdClassName
{
border-color: #F4079B;
}
.TagClassName
{
border-color: #F4079B;
}
</style>