Shades of Hollywood Cerise #F10FA1
Tints of Hollywood Cerise #F10FA1
RGB
CMYK
RGB Variations
Color information
#F10FA1 (or 0xF10FA1) is known color: Hollywood Cerise. HEX triplet: F1, 0F and A1. RGB value is (241,15,161). Sum of RGB (Red+Green+Blue) = 241+15+161=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10FA1 is #0EF05E. Grayscale: #626262. Windows color (decimal): -979039 or 10555377. OLE color: 10555377.
HSL color Cylindrical-coordinate representation of color #F10FA1: hue angle of 321.24º 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 #F10FA1 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 161 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.05 |
| HSL | 321.24º | 0.89% | 0.5% | - |
| HSV(B) | 321.24º | 0.94% | 0.95% | - |
| XYZ | 42.88 | 21.62 | 35.63 | - |
| YUV | 99.22 | 162.87 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 161 | 0 | 0.94 | 0.33 | 0.05 | 321.24 | 0.89 | 0.5 |
| Hex | F1 | F | A1 | 0 | 5E | 21 | 5 | 141 | 59 | 32 |
| Octal | 361 | 17 | 241 | 0 | 136 | 41 | 5 | 501 | 131 | 62 |
| Binary | 11110001 | 1111 | 10100001 | 0 | 1011110 | 100001 | 101 | 101000001 | 1011001 | 110010 |
Color Harmonies of #F10FA1
Complementary color
Monochromatic Colors of #F10FA1
Black with #F10FA1
Text Example
Text Example
White with #F10FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FA1; }
p { color: rgb(241,15,161); }
H1.HeaderClassName
{
color: #F10FA1;
}
.AnyTagClassName
{
color: #F10FA1;
}
</style>
background-color css
<style>
a { background-color: #F10FA1; }
a { background-color: rgb(241,15,161); }
div.DivClassName
{
background-color: #F10FA1;
}
.BgClassName
{
background-color: #F10FA1;
}
</style>
border-color css
<style>
span { border-color: #F10FA1; }
span { border-color: rgb(241,15,161); }
td.TdClassName
{
border-color: #F10FA1;
}
.TagClassName
{
border-color: #F10FA1;
}
</style>