Shades of Hollywood Cerise #F9089D
Tints of Hollywood Cerise #F9089D
RGB
CMYK
RGB Variations
Color information
#F9089D (or 0xF9089D) is known color: Hollywood Cerise. HEX triplet: F9, 08 and 9D. RGB value is (249,8,157). Sum of RGB (Red+Green+Blue) = 249+8+157=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F9089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9089D is #06F762. Grayscale: #606060. Windows color (decimal): -456547 or 10291449. OLE color: 10291449.
HSL color Cylindrical-coordinate representation of color #F9089D: hue angle of 322.9º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9089D is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 157 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.02 |
| HSL | 322.9º | 0.95% | 0.5% | - |
| HSV(B) | 322.9º | 0.97% | 0.98% | - |
| XYZ | 45.24 | 22.75 | 33.9 | - |
| YUV | 97.05 | 161.84 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 157 | 0 | 0.97 | 0.37 | 0.02 | 322.9 | 0.95 | 0.5 |
| Hex | F9 | 8 | 9D | 0 | 61 | 25 | 2 | 143 | 5F | 32 |
| Octal | 371 | 10 | 235 | 0 | 141 | 45 | 2 | 503 | 137 | 62 |
| Binary | 11111001 | 1000 | 10011101 | 0 | 1100001 | 100101 | 10 | 101000011 | 1011111 | 110010 |
Color Harmonies of #F9089D
Complementary color
Monochromatic Colors of #F9089D
Black with #F9089D
Text Example
Text Example
White with #F9089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9089D; }
p { color: rgb(249,8,157); }
H1.HeaderClassName
{
color: #F9089D;
}
.AnyTagClassName
{
color: #F9089D;
}
</style>
background-color css
<style>
a { background-color: #F9089D; }
a { background-color: rgb(249,8,157); }
div.DivClassName
{
background-color: #F9089D;
}
.BgClassName
{
background-color: #F9089D;
}
</style>
border-color css
<style>
span { border-color: #F9089D; }
span { border-color: rgb(249,8,157); }
td.TdClassName
{
border-color: #F9089D;
}
.TagClassName
{
border-color: #F9089D;
}
</style>