Shades of Hollywood Cerise #F1119F
Tints of Hollywood Cerise #F1119F
RGB
CMYK
RGB Variations
Color information
#F1119F (or 0xF1119F) is known color: Hollywood Cerise. HEX triplet: F1, 11 and 9F. RGB value is (241,17,159). Sum of RGB (Red+Green+Blue) = 241+17+159=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1119F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1119F is #0EEE60. Grayscale: #636363. Windows color (decimal): -978529 or 10424817. OLE color: 10424817.
HSL color Cylindrical-coordinate representation of color #F1119F: hue angle of 321.96º 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 #F1119F is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 159 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.05 |
| HSL | 321.96º | 0.89% | 0.51% | - |
| HSV(B) | 321.96º | 0.93% | 0.95% | - |
| XYZ | 42.73 | 21.6 | 34.72 | - |
| YUV | 100.16 | 161.21 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 159 | 0 | 0.93 | 0.34 | 0.05 | 321.96 | 0.89 | 0.51 |
| Hex | F1 | 11 | 9F | 0 | 5D | 22 | 5 | 142 | 59 | 33 |
| Octal | 361 | 21 | 237 | 0 | 135 | 42 | 5 | 502 | 131 | 63 |
| Binary | 11110001 | 10001 | 10011111 | 0 | 1011101 | 100010 | 101 | 101000010 | 1011001 | 110011 |
Color Harmonies of #F1119F
Complementary color
Monochromatic Colors of #F1119F
Black with #F1119F
Text Example
Text Example
White with #F1119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1119F; }
p { color: rgb(241,17,159); }
H1.HeaderClassName
{
color: #F1119F;
}
.AnyTagClassName
{
color: #F1119F;
}
</style>
background-color css
<style>
a { background-color: #F1119F; }
a { background-color: rgb(241,17,159); }
div.DivClassName
{
background-color: #F1119F;
}
.BgClassName
{
background-color: #F1119F;
}
</style>
border-color css
<style>
span { border-color: #F1119F; }
span { border-color: rgb(241,17,159); }
td.TdClassName
{
border-color: #F1119F;
}
.TagClassName
{
border-color: #F1119F;
}
</style>