Shades of Hollywood Cerise #F2009D
Tints of Hollywood Cerise #F2009D
RGB
CMYK
RGB Variations
Color information
#F2009D (or 0xF2009D) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 9D. RGB value is (242,0,157). Sum of RGB (Red+Green+Blue) = 242+0+157=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2009D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2009D is #0DFF62. Grayscale: #595959. Windows color (decimal): -917347 or 10289394. OLE color: 10289394.
HSL color Cylindrical-coordinate representation of color #F2009D: hue angle of 321.07º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2009D is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.35 | 0.05 |
| HSL | 321.07º | 1% | 0.47% | - |
| HSV(B) | 321.07º | 1% | 0.95% | - |
| XYZ | 42.7 | 21.31 | 33.76 | - |
| YUV | 90.26 | 165.67 | 236.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 157 | 0 | 1 | 0.35 | 0.05 | 321.07 | 1 | 0.47 |
| Hex | F2 | 0 | 9D | 0 | 64 | 23 | 5 | 141 | 64 | 2F |
| Octal | 362 | 0 | 235 | 0 | 144 | 43 | 5 | 501 | 144 | 57 |
| Binary | 11110010 | 0 | 10011101 | 0 | 1100100 | 100011 | 101 | 101000001 | 1100100 | 101111 |
Color Harmonies of #F2009D
Complementary color
Monochromatic Colors of #F2009D
Black with #F2009D
Text Example
Text Example
White with #F2009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2009D; }
p { color: rgb(242,0,157); }
H1.HeaderClassName
{
color: #F2009D;
}
.AnyTagClassName
{
color: #F2009D;
}
</style>
background-color css
<style>
a { background-color: #F2009D; }
a { background-color: rgb(242,0,157); }
div.DivClassName
{
background-color: #F2009D;
}
.BgClassName
{
background-color: #F2009D;
}
</style>
border-color css
<style>
span { border-color: #F2009D; }
span { border-color: rgb(242,0,157); }
td.TdClassName
{
border-color: #F2009D;
}
.TagClassName
{
border-color: #F2009D;
}
</style>