Shades of Wild Watermelon #F0596A
Tints of Wild Watermelon #F0596A
RGB
CMYK
RGB Variations
Color information
#F0596A (or 0xF0596A) is known color: Wild Watermelon. HEX triplet: F0, 59 and 6A. RGB value is (240,89,106). Sum of RGB (Red+Green+Blue) = 240+89+106=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0596A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0596A is #0FA695. Grayscale: #888888. Windows color (decimal): -1025686 or 6969840. OLE color: 6969840.
HSL color Cylindrical-coordinate representation of color #F0596A: hue angle of 353.25º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0596A is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 106 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.06 |
| HSL | 353.25º | 0.83% | 0.65% | - |
| HSV(B) | 353.25º | 0.63% | 0.94% | - |
| XYZ | 42.11 | 26.71 | 16.57 | - |
| YUV | 136.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 106 | 0 | 0.63 | 0.56 | 0.06 | 353.25 | 0.83 | 0.65 |
| Hex | F0 | 59 | 6A | 0 | 3F | 38 | 6 | 161 | 53 | 41 |
| Octal | 360 | 131 | 152 | 0 | 77 | 70 | 6 | 541 | 123 | 101 |
| Binary | 11110000 | 1011001 | 1101010 | 0 | 111111 | 111000 | 110 | 101100001 | 1010011 | 1000001 |
Color Harmonies of #F0596A
Complementary color
Monochromatic Colors of #F0596A
Black with #F0596A
Text Example
Text Example
White with #F0596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0596A; }
p { color: rgb(240,89,106); }
H1.HeaderClassName
{
color: #F0596A;
}
.AnyTagClassName
{
color: #F0596A;
}
</style>
background-color css
<style>
a { background-color: #F0596A; }
a { background-color: rgb(240,89,106); }
div.DivClassName
{
background-color: #F0596A;
}
.BgClassName
{
background-color: #F0596A;
}
</style>
border-color css
<style>
span { border-color: #F0596A; }
span { border-color: rgb(240,89,106); }
td.TdClassName
{
border-color: #F0596A;
}
.TagClassName
{
border-color: #F0596A;
}
</style>