Shades of Hollywood Cerise #F1099C
Tints of Hollywood Cerise #F1099C
RGB
CMYK
RGB Variations
Color information
#F1099C (or 0xF1099C) is known color: Hollywood Cerise. HEX triplet: F1, 09 and 9C. RGB value is (241,9,156). Sum of RGB (Red+Green+Blue) = 241+9+156=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F1099C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1099C is #0EF663. Grayscale: #5E5E5E. Windows color (decimal): -980580 or 10226161. OLE color: 10226161.
HSL color Cylindrical-coordinate representation of color #F1099C: hue angle of 321.98º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1099C is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.05 |
| HSL | 321.98º | 0.93% | 0.49% | - |
| HSV(B) | 321.98º | 0.96% | 0.95% | - |
| XYZ | 42.37 | 21.3 | 33.33 | - |
| YUV | 95.13 | 162.36 | 232.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 156 | 0 | 0.96 | 0.35 | 0.05 | 321.98 | 0.93 | 0.49 |
| Hex | F1 | 9 | 9C | 0 | 60 | 23 | 5 | 142 | 5D | 31 |
| Octal | 361 | 11 | 234 | 0 | 140 | 43 | 5 | 502 | 135 | 61 |
| Binary | 11110001 | 1001 | 10011100 | 0 | 1100000 | 100011 | 101 | 101000010 | 1011101 | 110001 |
Color Harmonies of #F1099C
Complementary color
Monochromatic Colors of #F1099C
Black with #F1099C
Text Example
Text Example
White with #F1099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1099C; }
p { color: rgb(241,9,156); }
H1.HeaderClassName
{
color: #F1099C;
}
.AnyTagClassName
{
color: #F1099C;
}
</style>
background-color css
<style>
a { background-color: #F1099C; }
a { background-color: rgb(241,9,156); }
div.DivClassName
{
background-color: #F1099C;
}
.BgClassName
{
background-color: #F1099C;
}
</style>
border-color css
<style>
span { border-color: #F1099C; }
span { border-color: rgb(241,9,156); }
td.TdClassName
{
border-color: #F1099C;
}
.TagClassName
{
border-color: #F1099C;
}
</style>