Shades of Hollywood Cerise #F1099B
Tints of Hollywood Cerise #F1099B
RGB
CMYK
RGB Variations
Color information
#F1099B (or 0xF1099B) is known color: Hollywood Cerise. HEX triplet: F1, 09 and 9B. RGB value is (241,9,155). Sum of RGB (Red+Green+Blue) = 241+9+155=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1099B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1099B is #0EF664. Grayscale: #5E5E5E. Windows color (decimal): -980581 or 10160625. OLE color: 10160625.
HSL color Cylindrical-coordinate representation of color #F1099B: hue angle of 322.24º 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 #F1099B is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.05 |
| HSL | 322.24º | 0.93% | 0.49% | - |
| HSV(B) | 322.24º | 0.96% | 0.95% | - |
| XYZ | 42.29 | 21.26 | 32.89 | - |
| YUV | 95.01 | 161.86 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 155 | 0 | 0.96 | 0.36 | 0.05 | 322.24 | 0.93 | 0.49 |
| Hex | F1 | 9 | 9B | 0 | 60 | 24 | 5 | 142 | 5D | 31 |
| Octal | 361 | 11 | 233 | 0 | 140 | 44 | 5 | 502 | 135 | 61 |
| Binary | 11110001 | 1001 | 10011011 | 0 | 1100000 | 100100 | 101 | 101000010 | 1011101 | 110001 |
Color Harmonies of #F1099B
Complementary color
Monochromatic Colors of #F1099B
Black with #F1099B
Text Example
Text Example
White with #F1099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1099B; }
p { color: rgb(241,9,155); }
H1.HeaderClassName
{
color: #F1099B;
}
.AnyTagClassName
{
color: #F1099B;
}
</style>
background-color css
<style>
a { background-color: #F1099B; }
a { background-color: rgb(241,9,155); }
div.DivClassName
{
background-color: #F1099B;
}
.BgClassName
{
background-color: #F1099B;
}
</style>
border-color css
<style>
span { border-color: #F1099B; }
span { border-color: rgb(241,9,155); }
td.TdClassName
{
border-color: #F1099B;
}
.TagClassName
{
border-color: #F1099B;
}
</style>