Shades of Hollywood Cerise #F109A8
Tints of Hollywood Cerise #F109A8
RGB
CMYK
RGB Variations
Color information
#F109A8 (or 0xF109A8) is known color: Hollywood Cerise. HEX triplet: F1, 09 and A8. RGB value is (241,9,168). Sum of RGB (Red+Green+Blue) = 241+9+168=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F109A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F109A8 is #0EF657. Grayscale: #606060. Windows color (decimal): -980568 or 11012593. OLE color: 11012593.
HSL color Cylindrical-coordinate representation of color #F109A8: hue angle of 318.88º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F109A8 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 168 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.05 |
| HSL | 318.88º | 0.93% | 0.49% | - |
| HSV(B) | 318.88º | 0.96% | 0.95% | - |
| XYZ | 43.44 | 21.72 | 38.95 | - |
| YUV | 96.49 | 168.36 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 168 | 0 | 0.96 | 0.30 | 0.05 | 318.88 | 0.93 | 0.49 |
| Hex | F1 | 9 | A8 | 0 | 60 | 1E | 5 | 13F | 5D | 31 |
| Octal | 361 | 11 | 250 | 0 | 140 | 36 | 5 | 477 | 135 | 61 |
| Binary | 11110001 | 1001 | 10101000 | 0 | 1100000 | 11110 | 101 | 100111111 | 1011101 | 110001 |
Color Harmonies of #F109A8
Complementary color
Monochromatic Colors of #F109A8
Black with #F109A8
Text Example
Text Example
White with #F109A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109A8; }
p { color: rgb(241,9,168); }
H1.HeaderClassName
{
color: #F109A8;
}
.AnyTagClassName
{
color: #F109A8;
}
</style>
background-color css
<style>
a { background-color: #F109A8; }
a { background-color: rgb(241,9,168); }
div.DivClassName
{
background-color: #F109A8;
}
.BgClassName
{
background-color: #F109A8;
}
</style>
border-color css
<style>
span { border-color: #F109A8; }
span { border-color: rgb(241,9,168); }
td.TdClassName
{
border-color: #F109A8;
}
.TagClassName
{
border-color: #F109A8;
}
</style>