Shades of Hollywood Cerise #F10089
Tints of Hollywood Cerise #F10089
RGB
CMYK
RGB Variations
Color information
#F10089 (or 0xF10089) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 89. RGB value is (241,0,137). Sum of RGB (Red+Green+Blue) = 241+0+137=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F10089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10089 is #0EFF76. Grayscale: #575757. Windows color (decimal): -982903 or 8978673. OLE color: 8978673.
HSL color Cylindrical-coordinate representation of color #F10089: hue angle of 325.89º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10089 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.43 | 0.05 |
| HSL | 325.89º | 1% | 0.47% | - |
| HSV(B) | 325.89º | 1% | 0.95% | - |
| XYZ | 40.79 | 20.51 | 25.48 | - |
| YUV | 87.68 | 155.84 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 137 | 0 | 1 | 0.43 | 0.05 | 325.89 | 1 | 0.47 |
| Hex | F1 | 0 | 89 | 0 | 64 | 2B | 5 | 146 | 64 | 2F |
| Octal | 361 | 0 | 211 | 0 | 144 | 53 | 5 | 506 | 144 | 57 |
| Binary | 11110001 | 0 | 10001001 | 0 | 1100100 | 101011 | 101 | 101000110 | 1100100 | 101111 |
Color Harmonies of #F10089
Complementary color
Monochromatic Colors of #F10089
Black with #F10089
Text Example
Text Example
White with #F10089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10089; }
p { color: rgb(241,0,137); }
H1.HeaderClassName
{
color: #F10089;
}
.AnyTagClassName
{
color: #F10089;
}
</style>
background-color css
<style>
a { background-color: #F10089; }
a { background-color: rgb(241,0,137); }
div.DivClassName
{
background-color: #F10089;
}
.BgClassName
{
background-color: #F10089;
}
</style>
border-color css
<style>
span { border-color: #F10089; }
span { border-color: rgb(241,0,137); }
td.TdClassName
{
border-color: #F10089;
}
.TagClassName
{
border-color: #F10089;
}
</style>