Shades of Hollywood Cerise #F1089C
Tints of Hollywood Cerise #F1089C
RGB
CMYK
RGB Variations
Color information
#F1089C (or 0xF1089C) is known color: Hollywood Cerise. HEX triplet: F1, 08 and 9C. RGB value is (241,8,156). Sum of RGB (Red+Green+Blue) = 241+8+156=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1089C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1089C is #0EF763. Grayscale: #5E5E5E. Windows color (decimal): -980836 or 10225905. OLE color: 10225905.
HSL color Cylindrical-coordinate representation of color #F1089C: hue angle of 321.89º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1089C is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 156 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.05 |
| HSL | 321.89º | 0.94% | 0.49% | - |
| HSV(B) | 321.89º | 0.97% | 0.95% | - |
| XYZ | 42.36 | 21.27 | 33.33 | - |
| YUV | 94.54 | 162.69 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 156 | 0 | 0.97 | 0.35 | 0.05 | 321.89 | 0.94 | 0.49 |
| Hex | F1 | 8 | 9C | 0 | 61 | 23 | 5 | 142 | 5E | 31 |
| Octal | 361 | 10 | 234 | 0 | 141 | 43 | 5 | 502 | 136 | 61 |
| Binary | 11110001 | 1000 | 10011100 | 0 | 1100001 | 100011 | 101 | 101000010 | 1011110 | 110001 |
Color Harmonies of #F1089C
Complementary color
Monochromatic Colors of #F1089C
Black with #F1089C
Text Example
Text Example
White with #F1089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1089C; }
p { color: rgb(241,8,156); }
H1.HeaderClassName
{
color: #F1089C;
}
.AnyTagClassName
{
color: #F1089C;
}
</style>
background-color css
<style>
a { background-color: #F1089C; }
a { background-color: rgb(241,8,156); }
div.DivClassName
{
background-color: #F1089C;
}
.BgClassName
{
background-color: #F1089C;
}
</style>
border-color css
<style>
span { border-color: #F1089C; }
span { border-color: rgb(241,8,156); }
td.TdClassName
{
border-color: #F1089C;
}
.TagClassName
{
border-color: #F1089C;
}
</style>