Shades of Hollywood Cerise #F10091
Tints of Hollywood Cerise #F10091
RGB
CMYK
RGB Variations
Color information
#F10091 (or 0xF10091) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 91. RGB value is (241,0,145). Sum of RGB (Red+Green+Blue) = 241+0+145=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F10091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10091 is #0EFF6E. Grayscale: #585858. Windows color (decimal): -982895 or 9502961. OLE color: 9502961.
HSL color Cylindrical-coordinate representation of color #F10091: hue angle of 323.9º 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 #F10091 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.40 | 0.05 |
| HSL | 323.9º | 1% | 0.47% | - |
| HSV(B) | 323.9º | 1% | 0.95% | - |
| XYZ | 41.39 | 20.75 | 28.61 | - |
| YUV | 88.59 | 159.84 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 145 | 0 | 1 | 0.40 | 0.05 | 323.9 | 1 | 0.47 |
| Hex | F1 | 0 | 91 | 0 | 64 | 28 | 5 | 144 | 64 | 2F |
| Octal | 361 | 0 | 221 | 0 | 144 | 50 | 5 | 504 | 144 | 57 |
| Binary | 11110001 | 0 | 10010001 | 0 | 1100100 | 101000 | 101 | 101000100 | 1100100 | 101111 |
Color Harmonies of #F10091
Complementary color
Monochromatic Colors of #F10091
Black with #F10091
Text Example
Text Example
White with #F10091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10091; }
p { color: rgb(241,0,145); }
H1.HeaderClassName
{
color: #F10091;
}
.AnyTagClassName
{
color: #F10091;
}
</style>
background-color css
<style>
a { background-color: #F10091; }
a { background-color: rgb(241,0,145); }
div.DivClassName
{
background-color: #F10091;
}
.BgClassName
{
background-color: #F10091;
}
</style>
border-color css
<style>
span { border-color: #F10091; }
span { border-color: rgb(241,0,145); }
td.TdClassName
{
border-color: #F10091;
}
.TagClassName
{
border-color: #F10091;
}
</style>