Shades of Hollywood Cerise #F10F9E
Tints of Hollywood Cerise #F10F9E
RGB
CMYK
RGB Variations
Color information
#F10F9E (or 0xF10F9E) is known color: Hollywood Cerise. HEX triplet: F1, 0F and 9E. RGB value is (241,15,158). Sum of RGB (Red+Green+Blue) = 241+15+158=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10F9E is #0EF061. Grayscale: #626262. Windows color (decimal): -979042 or 10358769. OLE color: 10358769.
HSL color Cylindrical-coordinate representation of color #F10F9E: hue angle of 322.04º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F9E is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 158 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.05 |
| HSL | 322.04º | 0.89% | 0.5% | - |
| HSV(B) | 322.04º | 0.94% | 0.95% | - |
| XYZ | 42.62 | 21.51 | 34.25 | - |
| YUV | 98.88 | 161.37 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 158 | 0 | 0.94 | 0.34 | 0.05 | 322.04 | 0.89 | 0.5 |
| Hex | F1 | F | 9E | 0 | 5E | 22 | 5 | 142 | 59 | 32 |
| Octal | 361 | 17 | 236 | 0 | 136 | 42 | 5 | 502 | 131 | 62 |
| Binary | 11110001 | 1111 | 10011110 | 0 | 1011110 | 100010 | 101 | 101000010 | 1011001 | 110010 |
Color Harmonies of #F10F9E
Complementary color
Monochromatic Colors of #F10F9E
Black with #F10F9E
Text Example
Text Example
White with #F10F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F9E; }
p { color: rgb(241,15,158); }
H1.HeaderClassName
{
color: #F10F9E;
}
.AnyTagClassName
{
color: #F10F9E;
}
</style>
background-color css
<style>
a { background-color: #F10F9E; }
a { background-color: rgb(241,15,158); }
div.DivClassName
{
background-color: #F10F9E;
}
.BgClassName
{
background-color: #F10F9E;
}
</style>
border-color css
<style>
span { border-color: #F10F9E; }
span { border-color: rgb(241,15,158); }
td.TdClassName
{
border-color: #F10F9E;
}
.TagClassName
{
border-color: #F10F9E;
}
</style>