Shades of Hollywood Cerise #F2009B
Tints of Hollywood Cerise #F2009B
RGB
CMYK
RGB Variations
Color information
#F2009B (or 0xF2009B) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 9B. RGB value is (242,0,155). Sum of RGB (Red+Green+Blue) = 242+0+155=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F2009B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2009B is #0DFF64. Grayscale: #595959. Windows color (decimal): -917349 or 10158322. OLE color: 10158322.
HSL color Cylindrical-coordinate representation of color #F2009B: hue angle of 321.57º 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 #F2009B is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.36 | 0.05 |
| HSL | 321.57º | 1% | 0.47% | - |
| HSV(B) | 321.57º | 1% | 0.95% | - |
| XYZ | 42.53 | 21.24 | 32.87 | - |
| YUV | 90.03 | 164.67 | 236.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 155 | 0 | 1 | 0.36 | 0.05 | 321.57 | 1 | 0.47 |
| Hex | F2 | 0 | 9B | 0 | 64 | 24 | 5 | 142 | 64 | 2F |
| Octal | 362 | 0 | 233 | 0 | 144 | 44 | 5 | 502 | 144 | 57 |
| Binary | 11110010 | 0 | 10011011 | 0 | 1100100 | 100100 | 101 | 101000010 | 1100100 | 101111 |
Color Harmonies of #F2009B
Complementary color
Monochromatic Colors of #F2009B
Black with #F2009B
Text Example
Text Example
White with #F2009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2009B; }
p { color: rgb(242,0,155); }
H1.HeaderClassName
{
color: #F2009B;
}
.AnyTagClassName
{
color: #F2009B;
}
</style>
background-color css
<style>
a { background-color: #F2009B; }
a { background-color: rgb(242,0,155); }
div.DivClassName
{
background-color: #F2009B;
}
.BgClassName
{
background-color: #F2009B;
}
</style>
border-color css
<style>
span { border-color: #F2009B; }
span { border-color: rgb(242,0,155); }
td.TdClassName
{
border-color: #F2009B;
}
.TagClassName
{
border-color: #F2009B;
}
</style>