Shades of Hollywood Cerise #F2009C
Tints of Hollywood Cerise #F2009C
RGB
CMYK
RGB Variations
Color information
#F2009C (or 0xF2009C) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 9C. RGB value is (242,0,156). Sum of RGB (Red+Green+Blue) = 242+0+156=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F2009C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2009C is #0DFF63. Grayscale: #595959. Windows color (decimal): -917348 or 10223858. OLE color: 10223858.
HSL color Cylindrical-coordinate representation of color #F2009C: hue angle of 321.32º 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 #F2009C is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.36 | 0.05 |
| HSL | 321.32º | 1% | 0.47% | - |
| HSV(B) | 321.32º | 1% | 0.95% | - |
| XYZ | 42.62 | 21.28 | 33.31 | - |
| YUV | 90.14 | 165.17 | 236.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 156 | 0 | 1 | 0.36 | 0.05 | 321.32 | 1 | 0.47 |
| Hex | F2 | 0 | 9C | 0 | 64 | 24 | 5 | 141 | 64 | 2F |
| Octal | 362 | 0 | 234 | 0 | 144 | 44 | 5 | 501 | 144 | 57 |
| Binary | 11110010 | 0 | 10011100 | 0 | 1100100 | 100100 | 101 | 101000001 | 1100100 | 101111 |
Color Harmonies of #F2009C
Complementary color
Monochromatic Colors of #F2009C
Black with #F2009C
Text Example
Text Example
White with #F2009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2009C; }
p { color: rgb(242,0,156); }
H1.HeaderClassName
{
color: #F2009C;
}
.AnyTagClassName
{
color: #F2009C;
}
</style>
background-color css
<style>
a { background-color: #F2009C; }
a { background-color: rgb(242,0,156); }
div.DivClassName
{
background-color: #F2009C;
}
.BgClassName
{
background-color: #F2009C;
}
</style>
border-color css
<style>
span { border-color: #F2009C; }
span { border-color: rgb(242,0,156); }
td.TdClassName
{
border-color: #F2009C;
}
.TagClassName
{
border-color: #F2009C;
}
</style>