Shades of Hollywood Cerise #F2109D
Tints of Hollywood Cerise #F2109D
RGB
CMYK
RGB Variations
Color information
#F2109D (or 0xF2109D) is known color: Hollywood Cerise. HEX triplet: F2, 10 and 9D. RGB value is (242,16,157). Sum of RGB (Red+Green+Blue) = 242+16+157=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2109D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2109D is #0DEF62. Grayscale: #636363. Windows color (decimal): -913251 or 10293490. OLE color: 10293490.
HSL color Cylindrical-coordinate representation of color #F2109D: hue angle of 322.57º degrees, saturation: 0.9, 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 #F2109D is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 157 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.05 |
| HSL | 322.57º | 0.9% | 0.51% | - |
| HSV(B) | 322.57º | 0.93% | 0.95% | - |
| XYZ | 42.89 | 21.68 | 33.82 | - |
| YUV | 99.65 | 160.37 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 157 | 0 | 0.93 | 0.35 | 0.05 | 322.57 | 0.9 | 0.51 |
| Hex | F2 | 10 | 9D | 0 | 5D | 23 | 5 | 143 | 5A | 33 |
| Octal | 362 | 20 | 235 | 0 | 135 | 43 | 5 | 503 | 132 | 63 |
| Binary | 11110010 | 10000 | 10011101 | 0 | 1011101 | 100011 | 101 | 101000011 | 1011010 | 110011 |
Color Harmonies of #F2109D
Complementary color
Monochromatic Colors of #F2109D
Black with #F2109D
Text Example
Text Example
White with #F2109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2109D; }
p { color: rgb(242,16,157); }
H1.HeaderClassName
{
color: #F2109D;
}
.AnyTagClassName
{
color: #F2109D;
}
</style>
background-color css
<style>
a { background-color: #F2109D; }
a { background-color: rgb(242,16,157); }
div.DivClassName
{
background-color: #F2109D;
}
.BgClassName
{
background-color: #F2109D;
}
</style>
border-color css
<style>
span { border-color: #F2109D; }
span { border-color: rgb(242,16,157); }
td.TdClassName
{
border-color: #F2109D;
}
.TagClassName
{
border-color: #F2109D;
}
</style>