Shades of Hollywood Cerise #F10FA0
Tints of Hollywood Cerise #F10FA0
RGB
CMYK
RGB Variations
Color information
#F10FA0 (or 0xF10FA0) is known color: Hollywood Cerise. HEX triplet: F1, 0F and A0. RGB value is (241,15,160). Sum of RGB (Red+Green+Blue) = 241+15+160=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10FA0 is #0EF05F. Grayscale: #626262. Windows color (decimal): -979040 or 10489841. OLE color: 10489841.
HSL color Cylindrical-coordinate representation of color #F10FA0: hue angle of 321.5º 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 #F10FA0 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 160 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.05 |
| HSL | 321.5º | 0.89% | 0.5% | - |
| HSV(B) | 321.5º | 0.94% | 0.95% | - |
| XYZ | 42.79 | 21.58 | 35.17 | - |
| YUV | 99.1 | 162.37 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 160 | 0 | 0.94 | 0.34 | 0.05 | 321.5 | 0.89 | 0.5 |
| Hex | F1 | F | A0 | 0 | 5E | 22 | 5 | 142 | 59 | 32 |
| Octal | 361 | 17 | 240 | 0 | 136 | 42 | 5 | 502 | 131 | 62 |
| Binary | 11110001 | 1111 | 10100000 | 0 | 1011110 | 100010 | 101 | 101000010 | 1011001 | 110010 |
Color Harmonies of #F10FA0
Complementary color
Monochromatic Colors of #F10FA0
Black with #F10FA0
Text Example
Text Example
White with #F10FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FA0; }
p { color: rgb(241,15,160); }
H1.HeaderClassName
{
color: #F10FA0;
}
.AnyTagClassName
{
color: #F10FA0;
}
</style>
background-color css
<style>
a { background-color: #F10FA0; }
a { background-color: rgb(241,15,160); }
div.DivClassName
{
background-color: #F10FA0;
}
.BgClassName
{
background-color: #F10FA0;
}
</style>
border-color css
<style>
span { border-color: #F10FA0; }
span { border-color: rgb(241,15,160); }
td.TdClassName
{
border-color: #F10FA0;
}
.TagClassName
{
border-color: #F10FA0;
}
</style>