Shades of Hollywood Cerise #F110A3
Tints of Hollywood Cerise #F110A3
RGB
CMYK
RGB Variations
Color information
#F110A3 (or 0xF110A3) is known color: Hollywood Cerise. HEX triplet: F1, 10 and A3. RGB value is (241,16,163). Sum of RGB (Red+Green+Blue) = 241+16+163=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F110A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F110A3 is #0EEF5C. Grayscale: #636363. Windows color (decimal): -978781 or 10686705. OLE color: 10686705.
HSL color Cylindrical-coordinate representation of color #F110A3: hue angle of 320.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F110A3 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 163 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.05 |
| HSL | 320.8º | 0.89% | 0.5% | - |
| HSV(B) | 320.8º | 0.93% | 0.95% | - |
| XYZ | 43.07 | 21.72 | 36.57 | - |
| YUV | 100.03 | 163.54 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 163 | 0 | 0.93 | 0.32 | 0.05 | 320.8 | 0.89 | 0.5 |
| Hex | F1 | 10 | A3 | 0 | 5D | 20 | 5 | 141 | 59 | 32 |
| Octal | 361 | 20 | 243 | 0 | 135 | 40 | 5 | 501 | 131 | 62 |
| Binary | 11110001 | 10000 | 10100011 | 0 | 1011101 | 100000 | 101 | 101000001 | 1011001 | 110010 |
Color Harmonies of #F110A3
Complementary color
Monochromatic Colors of #F110A3
Black with #F110A3
Text Example
Text Example
White with #F110A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110A3; }
p { color: rgb(241,16,163); }
H1.HeaderClassName
{
color: #F110A3;
}
.AnyTagClassName
{
color: #F110A3;
}
</style>
background-color css
<style>
a { background-color: #F110A3; }
a { background-color: rgb(241,16,163); }
div.DivClassName
{
background-color: #F110A3;
}
.BgClassName
{
background-color: #F110A3;
}
</style>
border-color css
<style>
span { border-color: #F110A3; }
span { border-color: rgb(241,16,163); }
td.TdClassName
{
border-color: #F110A3;
}
.TagClassName
{
border-color: #F110A3;
}
</style>