Shades of Hollywood Cerise #F2009A
Tints of Hollywood Cerise #F2009A
RGB
CMYK
RGB Variations
Color information
#F2009A (or 0xF2009A) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 9A. RGB value is (242,0,154). Sum of RGB (Red+Green+Blue) = 242+0+154=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F2009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2009A is #0DFF65. Grayscale: #595959. Windows color (decimal): -917350 or 10092786. OLE color: 10092786.
HSL color Cylindrical-coordinate representation of color #F2009A: hue angle of 321.82º 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 #F2009A is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.36 | 0.05 |
| HSL | 321.82º | 1% | 0.47% | - |
| HSV(B) | 321.82º | 1% | 0.95% | - |
| XYZ | 42.45 | 21.21 | 32.43 | - |
| YUV | 89.91 | 164.17 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 154 | 0 | 1 | 0.36 | 0.05 | 321.82 | 1 | 0.47 |
| Hex | F2 | 0 | 9A | 0 | 64 | 24 | 5 | 142 | 64 | 2F |
| Octal | 362 | 0 | 232 | 0 | 144 | 44 | 5 | 502 | 144 | 57 |
| Binary | 11110010 | 0 | 10011010 | 0 | 1100100 | 100100 | 101 | 101000010 | 1100100 | 101111 |
Color Harmonies of #F2009A
Complementary color
Monochromatic Colors of #F2009A
Black with #F2009A
Text Example
Text Example
White with #F2009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2009A; }
p { color: rgb(242,0,154); }
H1.HeaderClassName
{
color: #F2009A;
}
.AnyTagClassName
{
color: #F2009A;
}
</style>
background-color css
<style>
a { background-color: #F2009A; }
a { background-color: rgb(242,0,154); }
div.DivClassName
{
background-color: #F2009A;
}
.BgClassName
{
background-color: #F2009A;
}
</style>
border-color css
<style>
span { border-color: #F2009A; }
span { border-color: rgb(242,0,154); }
td.TdClassName
{
border-color: #F2009A;
}
.TagClassName
{
border-color: #F2009A;
}
</style>