Shades of Hollywood Cerise #F0089D
Tints of Hollywood Cerise #F0089D
RGB
CMYK
RGB Variations
Color information
#F0089D (or 0xF0089D) is known color: Hollywood Cerise. HEX triplet: F0, 08 and 9D. RGB value is (240,8,157). Sum of RGB (Red+Green+Blue) = 240+8+157=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0089D is #0FF762. Grayscale: #5D5D5D. Windows color (decimal): -1046371 or 10291440. OLE color: 10291440.
HSL color Cylindrical-coordinate representation of color #F0089D: hue angle of 321.47º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0089D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 157 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.06 |
| HSL | 321.47º | 0.94% | 0.49% | - |
| HSV(B) | 321.47º | 0.97% | 0.94% | - |
| XYZ | 42.11 | 21.13 | 33.76 | - |
| YUV | 94.35 | 163.36 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 157 | 0 | 0.97 | 0.35 | 0.06 | 321.47 | 0.94 | 0.49 |
| Hex | F0 | 8 | 9D | 0 | 61 | 23 | 6 | 141 | 5E | 31 |
| Octal | 360 | 10 | 235 | 0 | 141 | 43 | 6 | 501 | 136 | 61 |
| Binary | 11110000 | 1000 | 10011101 | 0 | 1100001 | 100011 | 110 | 101000001 | 1011110 | 110001 |
Color Harmonies of #F0089D
Complementary color
Monochromatic Colors of #F0089D
Black with #F0089D
Text Example
Text Example
White with #F0089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0089D; }
p { color: rgb(240,8,157); }
H1.HeaderClassName
{
color: #F0089D;
}
.AnyTagClassName
{
color: #F0089D;
}
</style>
background-color css
<style>
a { background-color: #F0089D; }
a { background-color: rgb(240,8,157); }
div.DivClassName
{
background-color: #F0089D;
}
.BgClassName
{
background-color: #F0089D;
}
</style>
border-color css
<style>
span { border-color: #F0089D; }
span { border-color: rgb(240,8,157); }
td.TdClassName
{
border-color: #F0089D;
}
.TagClassName
{
border-color: #F0089D;
}
</style>