Shades of Hollywood Cerise #F20697
Tints of Hollywood Cerise #F20697
RGB
CMYK
RGB Variations
Color information
#F20697 (or 0xF20697) is known color: Hollywood Cerise. HEX triplet: F2, 06 and 97. RGB value is (242,6,151). Sum of RGB (Red+Green+Blue) = 242+6+151=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F20697 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20697 is #0DF968. Grayscale: #5C5C5C. Windows color (decimal): -915817 or 9897714. OLE color: 9897714.
HSL color Cylindrical-coordinate representation of color #F20697: hue angle of 323.14º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20697 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 151 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.05 |
| HSL | 323.14º | 0.95% | 0.49% | - |
| HSV(B) | 323.14º | 0.98% | 0.95% | - |
| XYZ | 42.27 | 21.24 | 31.15 | - |
| YUV | 93.09 | 160.69 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 151 | 0 | 0.98 | 0.38 | 0.05 | 323.14 | 0.95 | 0.49 |
| Hex | F2 | 6 | 97 | 0 | 62 | 26 | 5 | 143 | 5F | 31 |
| Octal | 362 | 6 | 227 | 0 | 142 | 46 | 5 | 503 | 137 | 61 |
| Binary | 11110010 | 110 | 10010111 | 0 | 1100010 | 100110 | 101 | 101000011 | 1011111 | 110001 |
Color Harmonies of #F20697
Complementary color
Monochromatic Colors of #F20697
Black with #F20697
Text Example
Text Example
White with #F20697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20697; }
p { color: rgb(242,6,151); }
H1.HeaderClassName
{
color: #F20697;
}
.AnyTagClassName
{
color: #F20697;
}
</style>
background-color css
<style>
a { background-color: #F20697; }
a { background-color: rgb(242,6,151); }
div.DivClassName
{
background-color: #F20697;
}
.BgClassName
{
background-color: #F20697;
}
</style>
border-color css
<style>
span { border-color: #F20697; }
span { border-color: rgb(242,6,151); }
td.TdClassName
{
border-color: #F20697;
}
.TagClassName
{
border-color: #F20697;
}
</style>