Shades of Hollywood Cerise #F1119D
Tints of Hollywood Cerise #F1119D
RGB
CMYK
RGB Variations
Color information
#F1119D (or 0xF1119D) is known color: Hollywood Cerise. HEX triplet: F1, 11 and 9D. RGB value is (241,17,157). Sum of RGB (Red+Green+Blue) = 241+17+157=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F1119D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1119D is #0EEE62. Grayscale: #636363. Windows color (decimal): -978531 or 10293745. OLE color: 10293745.
HSL color Cylindrical-coordinate representation of color #F1119D: hue angle of 322.5º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1119D is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 157 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.05 |
| HSL | 322.5º | 0.89% | 0.51% | - |
| HSV(B) | 322.5º | 0.93% | 0.95% | - |
| XYZ | 42.56 | 21.54 | 33.81 | - |
| YUV | 99.94 | 160.21 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 157 | 0 | 0.93 | 0.35 | 0.05 | 322.5 | 0.89 | 0.51 |
| Hex | F1 | 11 | 9D | 0 | 5D | 23 | 5 | 142 | 59 | 33 |
| Octal | 361 | 21 | 235 | 0 | 135 | 43 | 5 | 502 | 131 | 63 |
| Binary | 11110001 | 10001 | 10011101 | 0 | 1011101 | 100011 | 101 | 101000010 | 1011001 | 110011 |
Color Harmonies of #F1119D
Complementary color
Monochromatic Colors of #F1119D
Black with #F1119D
Text Example
Text Example
White with #F1119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1119D; }
p { color: rgb(241,17,157); }
H1.HeaderClassName
{
color: #F1119D;
}
.AnyTagClassName
{
color: #F1119D;
}
</style>
background-color css
<style>
a { background-color: #F1119D; }
a { background-color: rgb(241,17,157); }
div.DivClassName
{
background-color: #F1119D;
}
.BgClassName
{
background-color: #F1119D;
}
</style>
border-color css
<style>
span { border-color: #F1119D; }
span { border-color: rgb(241,17,157); }
td.TdClassName
{
border-color: #F1119D;
}
.TagClassName
{
border-color: #F1119D;
}
</style>