Shades of Hollywood Cerise #F1099D
Tints of Hollywood Cerise #F1099D
RGB
CMYK
RGB Variations
Color information
#F1099D (or 0xF1099D) is known color: Hollywood Cerise. HEX triplet: F1, 09 and 9D. RGB value is (241,9,157). Sum of RGB (Red+Green+Blue) = 241+9+157=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F1099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1099D is #0EF662. Grayscale: #5E5E5E. Windows color (decimal): -980579 or 10291697. OLE color: 10291697.
HSL color Cylindrical-coordinate representation of color #F1099D: hue angle of 321.72º 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 #F1099D is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.05 |
| HSL | 321.72º | 0.93% | 0.49% | - |
| HSV(B) | 321.72º | 0.96% | 0.95% | - |
| XYZ | 42.46 | 21.33 | 33.78 | - |
| YUV | 95.24 | 162.86 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 157 | 0 | 0.96 | 0.35 | 0.05 | 321.72 | 0.93 | 0.49 |
| Hex | F1 | 9 | 9D | 0 | 60 | 23 | 5 | 142 | 5D | 31 |
| Octal | 361 | 11 | 235 | 0 | 140 | 43 | 5 | 502 | 135 | 61 |
| Binary | 11110001 | 1001 | 10011101 | 0 | 1100000 | 100011 | 101 | 101000010 | 1011101 | 110001 |
Color Harmonies of #F1099D
Complementary color
Monochromatic Colors of #F1099D
Black with #F1099D
Text Example
Text Example
White with #F1099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1099D; }
p { color: rgb(241,9,157); }
H1.HeaderClassName
{
color: #F1099D;
}
.AnyTagClassName
{
color: #F1099D;
}
</style>
background-color css
<style>
a { background-color: #F1099D; }
a { background-color: rgb(241,9,157); }
div.DivClassName
{
background-color: #F1099D;
}
.BgClassName
{
background-color: #F1099D;
}
</style>
border-color css
<style>
span { border-color: #F1099D; }
span { border-color: rgb(241,9,157); }
td.TdClassName
{
border-color: #F1099D;
}
.TagClassName
{
border-color: #F1099D;
}
</style>