Shades of Hollywood Cerise #F10899
Tints of Hollywood Cerise #F10899
RGB
CMYK
RGB Variations
Color information
#F10899 (or 0xF10899) is known color: Hollywood Cerise. HEX triplet: F1, 08 and 99. RGB value is (241,8,153). Sum of RGB (Red+Green+Blue) = 241+8+153=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F10899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10899 is #0EF766. Grayscale: #5D5D5D. Windows color (decimal): -980839 or 10029297. OLE color: 10029297.
HSL color Cylindrical-coordinate representation of color #F10899: hue angle of 322.66º 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 #F10899 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 153 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.05 |
| HSL | 322.66º | 0.94% | 0.49% | - |
| HSV(B) | 322.66º | 0.97% | 0.95% | - |
| XYZ | 42.11 | 21.17 | 32 | - |
| YUV | 94.2 | 161.19 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 153 | 0 | 0.97 | 0.37 | 0.05 | 322.66 | 0.94 | 0.49 |
| Hex | F1 | 8 | 99 | 0 | 61 | 25 | 5 | 143 | 5E | 31 |
| Octal | 361 | 10 | 231 | 0 | 141 | 45 | 5 | 503 | 136 | 61 |
| Binary | 11110001 | 1000 | 10011001 | 0 | 1100001 | 100101 | 101 | 101000011 | 1011110 | 110001 |
Color Harmonies of #F10899
Complementary color
Monochromatic Colors of #F10899
Black with #F10899
Text Example
Text Example
White with #F10899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10899; }
p { color: rgb(241,8,153); }
H1.HeaderClassName
{
color: #F10899;
}
.AnyTagClassName
{
color: #F10899;
}
</style>
background-color css
<style>
a { background-color: #F10899; }
a { background-color: rgb(241,8,153); }
div.DivClassName
{
background-color: #F10899;
}
.BgClassName
{
background-color: #F10899;
}
</style>
border-color css
<style>
span { border-color: #F10899; }
span { border-color: rgb(241,8,153); }
td.TdClassName
{
border-color: #F10899;
}
.TagClassName
{
border-color: #F10899;
}
</style>