Shades of Hollywood Cerise #F20295
Tints of Hollywood Cerise #F20295
RGB
CMYK
RGB Variations
Color information
#F20295 (or 0xF20295) is known color: Hollywood Cerise. HEX triplet: F2, 02 and 95. RGB value is (242,2,149). Sum of RGB (Red+Green+Blue) = 242+2+149=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F20295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20295 is #0DFD6A. Grayscale: #5A5A5A. Windows color (decimal): -916843 or 9765618. OLE color: 9765618.
HSL color Cylindrical-coordinate representation of color #F20295: hue angle of 323.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20295 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 149 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.05 |
| HSL | 323.25º | 0.98% | 0.48% | - |
| HSV(B) | 323.25º | 0.99% | 0.95% | - |
| XYZ | 42.06 | 21.09 | 30.29 | - |
| YUV | 90.52 | 161.01 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 149 | 0 | 0.99 | 0.38 | 0.05 | 323.25 | 0.98 | 0.48 |
| Hex | F2 | 2 | 95 | 0 | 63 | 26 | 5 | 143 | 62 | 30 |
| Octal | 362 | 2 | 225 | 0 | 143 | 46 | 5 | 503 | 142 | 60 |
| Binary | 11110010 | 10 | 10010101 | 0 | 1100011 | 100110 | 101 | 101000011 | 1100010 | 110000 |
Color Harmonies of #F20295
Complementary color
Monochromatic Colors of #F20295
Black with #F20295
Text Example
Text Example
White with #F20295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20295; }
p { color: rgb(242,2,149); }
H1.HeaderClassName
{
color: #F20295;
}
.AnyTagClassName
{
color: #F20295;
}
</style>
background-color css
<style>
a { background-color: #F20295; }
a { background-color: rgb(242,2,149); }
div.DivClassName
{
background-color: #F20295;
}
.BgClassName
{
background-color: #F20295;
}
</style>
border-color css
<style>
span { border-color: #F20295; }
span { border-color: rgb(242,2,149); }
td.TdClassName
{
border-color: #F20295;
}
.TagClassName
{
border-color: #F20295;
}
</style>