Shades of Hollywood Cerise #F1089D
Tints of Hollywood Cerise #F1089D
RGB
CMYK
RGB Variations
Color information
#F1089D (or 0xF1089D) is known color: Hollywood Cerise. HEX triplet: F1, 08 and 9D. RGB value is (241,8,157). Sum of RGB (Red+Green+Blue) = 241+8+157=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F1089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1089D is #0EF762. Grayscale: #5E5E5E. Windows color (decimal): -980835 or 10291441. OLE color: 10291441.
HSL color Cylindrical-coordinate representation of color #F1089D: hue angle of 321.63º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1089D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 157 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.05 |
| HSL | 321.63º | 0.94% | 0.49% | - |
| HSV(B) | 321.63º | 0.97% | 0.95% | - |
| XYZ | 42.45 | 21.31 | 33.77 | - |
| YUV | 94.65 | 163.19 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 157 | 0 | 0.97 | 0.35 | 0.05 | 321.63 | 0.94 | 0.49 |
| Hex | F1 | 8 | 9D | 0 | 61 | 23 | 5 | 142 | 5E | 31 |
| Octal | 361 | 10 | 235 | 0 | 141 | 43 | 5 | 502 | 136 | 61 |
| Binary | 11110001 | 1000 | 10011101 | 0 | 1100001 | 100011 | 101 | 101000010 | 1011110 | 110001 |
Color Harmonies of #F1089D
Complementary color
Monochromatic Colors of #F1089D
Black with #F1089D
Text Example
Text Example
White with #F1089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1089D; }
p { color: rgb(241,8,157); }
H1.HeaderClassName
{
color: #F1089D;
}
.AnyTagClassName
{
color: #F1089D;
}
</style>
background-color css
<style>
a { background-color: #F1089D; }
a { background-color: rgb(241,8,157); }
div.DivClassName
{
background-color: #F1089D;
}
.BgClassName
{
background-color: #F1089D;
}
</style>
border-color css
<style>
span { border-color: #F1089D; }
span { border-color: rgb(241,8,157); }
td.TdClassName
{
border-color: #F1089D;
}
.TagClassName
{
border-color: #F1089D;
}
</style>