Shades of Hollywood Cerise #F111A7
Tints of Hollywood Cerise #F111A7
RGB
CMYK
RGB Variations
Color information
#F111A7 (or 0xF111A7) is known color: Hollywood Cerise. HEX triplet: F1, 11 and A7. RGB value is (241,17,167). Sum of RGB (Red+Green+Blue) = 241+17+167=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F111A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F111A7 is #0EEE58. Grayscale: #646464. Windows color (decimal): -978521 or 10949105. OLE color: 10949105.
HSL color Cylindrical-coordinate representation of color #F111A7: hue angle of 319.82º 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 #F111A7 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 167 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.05 |
| HSL | 319.82º | 0.89% | 0.51% | - |
| HSV(B) | 319.82º | 0.93% | 0.95% | - |
| XYZ | 43.45 | 21.89 | 38.49 | - |
| YUV | 101.08 | 165.21 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 167 | 0 | 0.93 | 0.31 | 0.05 | 319.82 | 0.89 | 0.51 |
| Hex | F1 | 11 | A7 | 0 | 5D | 1F | 5 | 140 | 59 | 33 |
| Octal | 361 | 21 | 247 | 0 | 135 | 37 | 5 | 500 | 131 | 63 |
| Binary | 11110001 | 10001 | 10100111 | 0 | 1011101 | 11111 | 101 | 101000000 | 1011001 | 110011 |
Color Harmonies of #F111A7
Complementary color
Monochromatic Colors of #F111A7
Black with #F111A7
Text Example
Text Example
White with #F111A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111A7; }
p { color: rgb(241,17,167); }
H1.HeaderClassName
{
color: #F111A7;
}
.AnyTagClassName
{
color: #F111A7;
}
</style>
background-color css
<style>
a { background-color: #F111A7; }
a { background-color: rgb(241,17,167); }
div.DivClassName
{
background-color: #F111A7;
}
.BgClassName
{
background-color: #F111A7;
}
</style>
border-color css
<style>
span { border-color: #F111A7; }
span { border-color: rgb(241,17,167); }
td.TdClassName
{
border-color: #F111A7;
}
.TagClassName
{
border-color: #F111A7;
}
</style>