Shades of Hollywood Cerise #F20695
Tints of Hollywood Cerise #F20695
RGB
CMYK
RGB Variations
Color information
#F20695 (or 0xF20695) is known color: Hollywood Cerise. HEX triplet: F2, 06 and 95. RGB value is (242,6,149). Sum of RGB (Red+Green+Blue) = 242+6+149=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F20695 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20695 is #0DF96A. Grayscale: #5C5C5C. Windows color (decimal): -915819 or 9766642. OLE color: 9766642.
HSL color Cylindrical-coordinate representation of color #F20695: hue angle of 323.64º 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 #F20695 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 149 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.05 |
| HSL | 323.64º | 0.95% | 0.49% | - |
| HSV(B) | 323.64º | 0.98% | 0.95% | - |
| XYZ | 42.11 | 21.18 | 30.3 | - |
| YUV | 92.87 | 159.69 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 149 | 0 | 0.98 | 0.38 | 0.05 | 323.64 | 0.95 | 0.49 |
| Hex | F2 | 6 | 95 | 0 | 62 | 26 | 5 | 144 | 5F | 31 |
| Octal | 362 | 6 | 225 | 0 | 142 | 46 | 5 | 504 | 137 | 61 |
| Binary | 11110010 | 110 | 10010101 | 0 | 1100010 | 100110 | 101 | 101000100 | 1011111 | 110001 |
Color Harmonies of #F20695
Complementary color
Monochromatic Colors of #F20695
Black with #F20695
Text Example
Text Example
White with #F20695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20695; }
p { color: rgb(242,6,149); }
H1.HeaderClassName
{
color: #F20695;
}
.AnyTagClassName
{
color: #F20695;
}
</style>
background-color css
<style>
a { background-color: #F20695; }
a { background-color: rgb(242,6,149); }
div.DivClassName
{
background-color: #F20695;
}
.BgClassName
{
background-color: #F20695;
}
</style>
border-color css
<style>
span { border-color: #F20695; }
span { border-color: rgb(242,6,149); }
td.TdClassName
{
border-color: #F20695;
}
.TagClassName
{
border-color: #F20695;
}
</style>