Shades of Hollywood Cerise #F10E9A
Tints of Hollywood Cerise #F10E9A
RGB
CMYK
RGB Variations
Color information
#F10E9A (or 0xF10E9A) is known color: Hollywood Cerise. HEX triplet: F1, 0E and 9A. RGB value is (241,14,154). Sum of RGB (Red+Green+Blue) = 241+14+154=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10E9A is #0EF165. Grayscale: #616161. Windows color (decimal): -979302 or 10096369. OLE color: 10096369.
HSL color Cylindrical-coordinate representation of color #F10E9A: hue angle of 323º 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 #F10E9A is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 154 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.05 |
| HSL | 323º | 0.89% | 0.5% | - |
| HSV(B) | 323º | 0.94% | 0.95% | - |
| XYZ | 42.27 | 21.35 | 32.46 | - |
| YUV | 97.83 | 159.71 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 154 | 0 | 0.94 | 0.36 | 0.05 | 323 | 0.89 | 0.5 |
| Hex | F1 | E | 9A | 0 | 5E | 24 | 5 | 143 | 59 | 32 |
| Octal | 361 | 16 | 232 | 0 | 136 | 44 | 5 | 503 | 131 | 62 |
| Binary | 11110001 | 1110 | 10011010 | 0 | 1011110 | 100100 | 101 | 101000011 | 1011001 | 110010 |
Color Harmonies of #F10E9A
Complementary color
Monochromatic Colors of #F10E9A
Black with #F10E9A
Text Example
Text Example
White with #F10E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10E9A; }
p { color: rgb(241,14,154); }
H1.HeaderClassName
{
color: #F10E9A;
}
.AnyTagClassName
{
color: #F10E9A;
}
</style>
background-color css
<style>
a { background-color: #F10E9A; }
a { background-color: rgb(241,14,154); }
div.DivClassName
{
background-color: #F10E9A;
}
.BgClassName
{
background-color: #F10E9A;
}
</style>
border-color css
<style>
span { border-color: #F10E9A; }
span { border-color: rgb(241,14,154); }
td.TdClassName
{
border-color: #F10E9A;
}
.TagClassName
{
border-color: #F10E9A;
}
</style>