Shades of Hollywood Cerise #F111A1
Tints of Hollywood Cerise #F111A1
RGB
CMYK
RGB Variations
Color information
#F111A1 (or 0xF111A1) is known color: Hollywood Cerise. HEX triplet: F1, 11 and A1. RGB value is (241,17,161). Sum of RGB (Red+Green+Blue) = 241+17+161=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F111A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F111A1 is #0EEE5E. Grayscale: #646464. Windows color (decimal): -978527 or 10555889. OLE color: 10555889.
HSL color Cylindrical-coordinate representation of color #F111A1: hue angle of 321.43º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F111A1 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 161 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.05 |
| HSL | 321.43º | 0.89% | 0.51% | - |
| HSV(B) | 321.43º | 0.93% | 0.95% | - |
| XYZ | 42.91 | 21.67 | 35.64 | - |
| YUV | 100.39 | 162.21 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 161 | 0 | 0.93 | 0.33 | 0.05 | 321.43 | 0.89 | 0.51 |
| Hex | F1 | 11 | A1 | 0 | 5D | 21 | 5 | 141 | 59 | 33 |
| Octal | 361 | 21 | 241 | 0 | 135 | 41 | 5 | 501 | 131 | 63 |
| Binary | 11110001 | 10001 | 10100001 | 0 | 1011101 | 100001 | 101 | 101000001 | 1011001 | 110011 |
Color Harmonies of #F111A1
Complementary color
Monochromatic Colors of #F111A1
Black with #F111A1
Text Example
Text Example
White with #F111A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111A1; }
p { color: rgb(241,17,161); }
H1.HeaderClassName
{
color: #F111A1;
}
.AnyTagClassName
{
color: #F111A1;
}
</style>
background-color css
<style>
a { background-color: #F111A1; }
a { background-color: rgb(241,17,161); }
div.DivClassName
{
background-color: #F111A1;
}
.BgClassName
{
background-color: #F111A1;
}
</style>
border-color css
<style>
span { border-color: #F111A1; }
span { border-color: rgb(241,17,161); }
td.TdClassName
{
border-color: #F111A1;
}
.TagClassName
{
border-color: #F111A1;
}
</style>