Shades of Hollywood Cerise #F4089A
Tints of Hollywood Cerise #F4089A
RGB
CMYK
RGB Variations
Color information
#F4089A (or 0xF4089A) is known color: Hollywood Cerise. HEX triplet: F4, 08 and 9A. RGB value is (244,8,154). Sum of RGB (Red+Green+Blue) = 244+8+154=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F4089A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4089A is #0BF765. Grayscale: #5E5E5E. Windows color (decimal): -784230 or 10094836. OLE color: 10094836.
HSL color Cylindrical-coordinate representation of color #F4089A: hue angle of 322.88º 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 #F4089A is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 154 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.04 |
| HSL | 322.88º | 0.94% | 0.49% | - |
| HSV(B) | 322.88º | 0.97% | 0.96% | - |
| XYZ | 43.23 | 21.74 | 32.49 | - |
| YUV | 95.21 | 161.19 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 154 | 0 | 0.97 | 0.37 | 0.04 | 322.88 | 0.94 | 0.49 |
| Hex | F4 | 8 | 9A | 0 | 61 | 25 | 4 | 143 | 5E | 31 |
| Octal | 364 | 10 | 232 | 0 | 141 | 45 | 4 | 503 | 136 | 61 |
| Binary | 11110100 | 1000 | 10011010 | 0 | 1100001 | 100101 | 100 | 101000011 | 1011110 | 110001 |
Color Harmonies of #F4089A
Complementary color
Monochromatic Colors of #F4089A
Black with #F4089A
Text Example
Text Example
White with #F4089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4089A; }
p { color: rgb(244,8,154); }
H1.HeaderClassName
{
color: #F4089A;
}
.AnyTagClassName
{
color: #F4089A;
}
</style>
background-color css
<style>
a { background-color: #F4089A; }
a { background-color: rgb(244,8,154); }
div.DivClassName
{
background-color: #F4089A;
}
.BgClassName
{
background-color: #F4089A;
}
</style>
border-color css
<style>
span { border-color: #F4089A; }
span { border-color: rgb(244,8,154); }
td.TdClassName
{
border-color: #F4089A;
}
.TagClassName
{
border-color: #F4089A;
}
</style>