Shades of Hollywood Cerise #F20CA9
Tints of Hollywood Cerise #F20CA9
RGB
CMYK
RGB Variations
Color information
#F20CA9 (or 0xF20CA9) is known color: Hollywood Cerise. HEX triplet: F2, 0C and A9. RGB value is (242,12,169). Sum of RGB (Red+Green+Blue) = 242+12+169=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20CA9 is #0DF356. Grayscale: #626262. Windows color (decimal): -914263 or 11078898. OLE color: 11078898.
HSL color Cylindrical-coordinate representation of color #F20CA9: hue angle of 319.04º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20CA9 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 169 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.05 |
| HSL | 319.04º | 0.91% | 0.5% | - |
| HSV(B) | 319.04º | 0.95% | 0.95% | - |
| XYZ | 43.91 | 22 | 39.47 | - |
| YUV | 98.67 | 167.7 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 169 | 0 | 0.95 | 0.30 | 0.05 | 319.04 | 0.91 | 0.5 |
| Hex | F2 | C | A9 | 0 | 5F | 1E | 5 | 13F | 5B | 32 |
| Octal | 362 | 14 | 251 | 0 | 137 | 36 | 5 | 477 | 133 | 62 |
| Binary | 11110010 | 1100 | 10101001 | 0 | 1011111 | 11110 | 101 | 100111111 | 1011011 | 110010 |
Color Harmonies of #F20CA9
Complementary color
Monochromatic Colors of #F20CA9
Black with #F20CA9
Text Example
Text Example
White with #F20CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CA9; }
p { color: rgb(242,12,169); }
H1.HeaderClassName
{
color: #F20CA9;
}
.AnyTagClassName
{
color: #F20CA9;
}
</style>
background-color css
<style>
a { background-color: #F20CA9; }
a { background-color: rgb(242,12,169); }
div.DivClassName
{
background-color: #F20CA9;
}
.BgClassName
{
background-color: #F20CA9;
}
</style>
border-color css
<style>
span { border-color: #F20CA9; }
span { border-color: rgb(242,12,169); }
td.TdClassName
{
border-color: #F20CA9;
}
.TagClassName
{
border-color: #F20CA9;
}
</style>