Shades of Hollywood Cerise #F114A0
Tints of Hollywood Cerise #F114A0
RGB
CMYK
RGB Variations
Color information
#F114A0 (or 0xF114A0) is known color: Hollywood Cerise. HEX triplet: F1, 14 and A0. RGB value is (241,20,160). Sum of RGB (Red+Green+Blue) = 241+20+160=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F114A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F114A0 is #0EEB5F. Grayscale: #656565. Windows color (decimal): -977760 or 10491121. OLE color: 10491121.
HSL color Cylindrical-coordinate representation of color #F114A0: hue angle of 321.99º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F114A0 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 160 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.05 |
| HSL | 321.99º | 0.89% | 0.51% | - |
| HSV(B) | 321.99º | 0.92% | 0.95% | - |
| XYZ | 42.87 | 21.74 | 35.19 | - |
| YUV | 102.04 | 160.72 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 160 | 0 | 0.92 | 0.34 | 0.05 | 321.99 | 0.89 | 0.51 |
| Hex | F1 | 14 | A0 | 0 | 5C | 22 | 5 | 142 | 59 | 33 |
| Octal | 361 | 24 | 240 | 0 | 134 | 42 | 5 | 502 | 131 | 63 |
| Binary | 11110001 | 10100 | 10100000 | 0 | 1011100 | 100010 | 101 | 101000010 | 1011001 | 110011 |
Color Harmonies of #F114A0
Complementary color
Monochromatic Colors of #F114A0
Black with #F114A0
Text Example
Text Example
White with #F114A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114A0; }
p { color: rgb(241,20,160); }
H1.HeaderClassName
{
color: #F114A0;
}
.AnyTagClassName
{
color: #F114A0;
}
</style>
background-color css
<style>
a { background-color: #F114A0; }
a { background-color: rgb(241,20,160); }
div.DivClassName
{
background-color: #F114A0;
}
.BgClassName
{
background-color: #F114A0;
}
</style>
border-color css
<style>
span { border-color: #F114A0; }
span { border-color: rgb(241,20,160); }
td.TdClassName
{
border-color: #F114A0;
}
.TagClassName
{
border-color: #F114A0;
}
</style>