Shades of Hollywood Cerise #F10896
Tints of Hollywood Cerise #F10896
RGB
CMYK
RGB Variations
Color information
#F10896 (or 0xF10896) is known color: Hollywood Cerise. HEX triplet: F1, 08 and 96. RGB value is (241,8,150). Sum of RGB (Red+Green+Blue) = 241+8+150=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F10896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10896 is #0EF769. Grayscale: #5D5D5D. Windows color (decimal): -980842 or 9832689. OLE color: 9832689.
HSL color Cylindrical-coordinate representation of color #F10896: hue angle of 323.43º 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 #F10896 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 150 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.05 |
| HSL | 323.43º | 0.94% | 0.49% | - |
| HSV(B) | 323.43º | 0.97% | 0.95% | - |
| XYZ | 41.87 | 21.08 | 30.72 | - |
| YUV | 93.86 | 159.69 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 150 | 0 | 0.97 | 0.38 | 0.05 | 323.43 | 0.94 | 0.49 |
| Hex | F1 | 8 | 96 | 0 | 61 | 26 | 5 | 143 | 5E | 31 |
| Octal | 361 | 10 | 226 | 0 | 141 | 46 | 5 | 503 | 136 | 61 |
| Binary | 11110001 | 1000 | 10010110 | 0 | 1100001 | 100110 | 101 | 101000011 | 1011110 | 110001 |
Color Harmonies of #F10896
Complementary color
Monochromatic Colors of #F10896
Black with #F10896
Text Example
Text Example
White with #F10896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10896; }
p { color: rgb(241,8,150); }
H1.HeaderClassName
{
color: #F10896;
}
.AnyTagClassName
{
color: #F10896;
}
</style>
background-color css
<style>
a { background-color: #F10896; }
a { background-color: rgb(241,8,150); }
div.DivClassName
{
background-color: #F10896;
}
.BgClassName
{
background-color: #F10896;
}
</style>
border-color css
<style>
span { border-color: #F10896; }
span { border-color: rgb(241,8,150); }
td.TdClassName
{
border-color: #F10896;
}
.TagClassName
{
border-color: #F10896;
}
</style>