Shades of Hollywood Cerise #F20690
Tints of Hollywood Cerise #F20690
RGB
CMYK
RGB Variations
Color information
#F20690 (or 0xF20690) is known color: Hollywood Cerise. HEX triplet: F2, 06 and 90. RGB value is (242,6,144). Sum of RGB (Red+Green+Blue) = 242+6+144=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F20690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20690 is #0DF96F. Grayscale: #5B5B5B. Windows color (decimal): -915824 or 9438962. OLE color: 9438962.
HSL color Cylindrical-coordinate representation of color #F20690: hue angle of 324.92º 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 #F20690 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 144 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.05 |
| HSL | 324.92º | 0.95% | 0.49% | - |
| HSV(B) | 324.92º | 0.98% | 0.95% | - |
| XYZ | 41.72 | 21.02 | 28.24 | - |
| YUV | 92.3 | 157.19 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 144 | 0 | 0.98 | 0.40 | 0.05 | 324.92 | 0.95 | 0.49 |
| Hex | F2 | 6 | 90 | 0 | 62 | 28 | 5 | 145 | 5F | 31 |
| Octal | 362 | 6 | 220 | 0 | 142 | 50 | 5 | 505 | 137 | 61 |
| Binary | 11110010 | 110 | 10010000 | 0 | 1100010 | 101000 | 101 | 101000101 | 1011111 | 110001 |
Color Harmonies of #F20690
Complementary color
Monochromatic Colors of #F20690
Black with #F20690
Text Example
Text Example
White with #F20690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20690; }
p { color: rgb(242,6,144); }
H1.HeaderClassName
{
color: #F20690;
}
.AnyTagClassName
{
color: #F20690;
}
</style>
background-color css
<style>
a { background-color: #F20690; }
a { background-color: rgb(242,6,144); }
div.DivClassName
{
background-color: #F20690;
}
.BgClassName
{
background-color: #F20690;
}
</style>
border-color css
<style>
span { border-color: #F20690; }
span { border-color: rgb(242,6,144); }
td.TdClassName
{
border-color: #F20690;
}
.TagClassName
{
border-color: #F20690;
}
</style>