Shades of Hollywood Cerise #F1109D
Tints of Hollywood Cerise #F1109D
RGB
CMYK
RGB Variations
Color information
#F1109D (or 0xF1109D) is known color: Hollywood Cerise. HEX triplet: F1, 10 and 9D. RGB value is (241,16,157). Sum of RGB (Red+Green+Blue) = 241+16+157=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F1109D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1109D is #0EEF62. Grayscale: #636363. Windows color (decimal): -978787 or 10293489. OLE color: 10293489.
HSL color Cylindrical-coordinate representation of color #F1109D: hue angle of 322.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1109D is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 157 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.05 |
| HSL | 322.4º | 0.89% | 0.5% | - |
| HSV(B) | 322.4º | 0.93% | 0.95% | - |
| XYZ | 42.55 | 21.51 | 33.81 | - |
| YUV | 99.35 | 160.54 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 157 | 0 | 0.93 | 0.35 | 0.05 | 322.4 | 0.89 | 0.5 |
| Hex | F1 | 10 | 9D | 0 | 5D | 23 | 5 | 142 | 59 | 32 |
| Octal | 361 | 20 | 235 | 0 | 135 | 43 | 5 | 502 | 131 | 62 |
| Binary | 11110001 | 10000 | 10011101 | 0 | 1011101 | 100011 | 101 | 101000010 | 1011001 | 110010 |
Color Harmonies of #F1109D
Complementary color
Monochromatic Colors of #F1109D
Black with #F1109D
Text Example
Text Example
White with #F1109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1109D; }
p { color: rgb(241,16,157); }
H1.HeaderClassName
{
color: #F1109D;
}
.AnyTagClassName
{
color: #F1109D;
}
</style>
background-color css
<style>
a { background-color: #F1109D; }
a { background-color: rgb(241,16,157); }
div.DivClassName
{
background-color: #F1109D;
}
.BgClassName
{
background-color: #F1109D;
}
</style>
border-color css
<style>
span { border-color: #F1109D; }
span { border-color: rgb(241,16,157); }
td.TdClassName
{
border-color: #F1109D;
}
.TagClassName
{
border-color: #F1109D;
}
</style>