Shades of Hollywood Cerise #F5089D
Tints of Hollywood Cerise #F5089D
RGB
CMYK
RGB Variations
Color information
#F5089D (or 0xF5089D) is known color: Hollywood Cerise. HEX triplet: F5, 08 and 9D. RGB value is (245,8,157). Sum of RGB (Red+Green+Blue) = 245+8+157=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F5089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5089D is #0AF762. Grayscale: #5F5F5F. Windows color (decimal): -718691 or 10291445. OLE color: 10291445.
HSL color Cylindrical-coordinate representation of color #F5089D: hue angle of 322.28º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5089D is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 157 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.04 |
| HSL | 322.28º | 0.94% | 0.5% | - |
| HSV(B) | 322.28º | 0.97% | 0.96% | - |
| XYZ | 43.83 | 22.02 | 33.84 | - |
| YUV | 95.85 | 162.52 | 234.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 157 | 0 | 0.97 | 0.36 | 0.04 | 322.28 | 0.94 | 0.5 |
| Hex | F5 | 8 | 9D | 0 | 61 | 24 | 4 | 142 | 5E | 32 |
| Octal | 365 | 10 | 235 | 0 | 141 | 44 | 4 | 502 | 136 | 62 |
| Binary | 11110101 | 1000 | 10011101 | 0 | 1100001 | 100100 | 100 | 101000010 | 1011110 | 110010 |
Color Harmonies of #F5089D
Complementary color
Monochromatic Colors of #F5089D
Black with #F5089D
Text Example
Text Example
White with #F5089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5089D; }
p { color: rgb(245,8,157); }
H1.HeaderClassName
{
color: #F5089D;
}
.AnyTagClassName
{
color: #F5089D;
}
</style>
background-color css
<style>
a { background-color: #F5089D; }
a { background-color: rgb(245,8,157); }
div.DivClassName
{
background-color: #F5089D;
}
.BgClassName
{
background-color: #F5089D;
}
</style>
border-color css
<style>
span { border-color: #F5089D; }
span { border-color: rgb(245,8,157); }
td.TdClassName
{
border-color: #F5089D;
}
.TagClassName
{
border-color: #F5089D;
}
</style>