Shades of Hollywood Cerise #F110A8
Tints of Hollywood Cerise #F110A8
RGB
CMYK
RGB Variations
Color information
#F110A8 (or 0xF110A8) is known color: Hollywood Cerise. HEX triplet: F1, 10 and A8. RGB value is (241,16,168). Sum of RGB (Red+Green+Blue) = 241+16+168=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F110A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F110A8 is #0EEF57. Grayscale: #646464. Windows color (decimal): -978776 or 11014385. OLE color: 11014385.
HSL color Cylindrical-coordinate representation of color #F110A8: hue angle of 319.47º 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 #F110A8 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 168 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.05 |
| HSL | 319.47º | 0.89% | 0.5% | - |
| HSV(B) | 319.47º | 0.93% | 0.95% | - |
| XYZ | 43.53 | 21.9 | 38.98 | - |
| YUV | 100.6 | 166.04 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 168 | 0 | 0.93 | 0.30 | 0.05 | 319.47 | 0.89 | 0.5 |
| Hex | F1 | 10 | A8 | 0 | 5D | 1E | 5 | 13F | 59 | 32 |
| Octal | 361 | 20 | 250 | 0 | 135 | 36 | 5 | 477 | 131 | 62 |
| Binary | 11110001 | 10000 | 10101000 | 0 | 1011101 | 11110 | 101 | 100111111 | 1011001 | 110010 |
Color Harmonies of #F110A8
Complementary color
Monochromatic Colors of #F110A8
Black with #F110A8
Text Example
Text Example
White with #F110A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110A8; }
p { color: rgb(241,16,168); }
H1.HeaderClassName
{
color: #F110A8;
}
.AnyTagClassName
{
color: #F110A8;
}
</style>
background-color css
<style>
a { background-color: #F110A8; }
a { background-color: rgb(241,16,168); }
div.DivClassName
{
background-color: #F110A8;
}
.BgClassName
{
background-color: #F110A8;
}
</style>
border-color css
<style>
span { border-color: #F110A8; }
span { border-color: rgb(241,16,168); }
td.TdClassName
{
border-color: #F110A8;
}
.TagClassName
{
border-color: #F110A8;
}
</style>