Shades of Wild Watermelon #F5596D
Tints of Wild Watermelon #F5596D
RGB
CMYK
RGB Variations
Color information
#F5596D (or 0xF5596D) is known color: Wild Watermelon. HEX triplet: F5, 59 and 6D. RGB value is (245,89,109). Sum of RGB (Red+Green+Blue) = 245+89+109=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F5596D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5596D is #0AA692. Grayscale: #8A8A8A. Windows color (decimal): -698003 or 7166453. OLE color: 7166453.
HSL color Cylindrical-coordinate representation of color #F5596D: hue angle of 352.31º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5596D is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 109 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.04 |
| HSL | 352.31º | 0.89% | 0.65% | - |
| HSV(B) | 352.31º | 0.64% | 0.96% | - |
| XYZ | 43.99 | 27.66 | 17.49 | - |
| YUV | 137.92 | 111.68 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 109 | 0 | 0.64 | 0.56 | 0.04 | 352.31 | 0.89 | 0.65 |
| Hex | F5 | 59 | 6D | 0 | 40 | 38 | 4 | 160 | 59 | 41 |
| Octal | 365 | 131 | 155 | 0 | 100 | 70 | 4 | 540 | 131 | 101 |
| Binary | 11110101 | 1011001 | 1101101 | 0 | 1000000 | 111000 | 100 | 101100000 | 1011001 | 1000001 |
Color Harmonies of #F5596D
Complementary color
Monochromatic Colors of #F5596D
Black with #F5596D
Text Example
Text Example
White with #F5596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5596D; }
p { color: rgb(245,89,109); }
H1.HeaderClassName
{
color: #F5596D;
}
.AnyTagClassName
{
color: #F5596D;
}
</style>
background-color css
<style>
a { background-color: #F5596D; }
a { background-color: rgb(245,89,109); }
div.DivClassName
{
background-color: #F5596D;
}
.BgClassName
{
background-color: #F5596D;
}
</style>
border-color css
<style>
span { border-color: #F5596D; }
span { border-color: rgb(245,89,109); }
td.TdClassName
{
border-color: #F5596D;
}
.TagClassName
{
border-color: #F5596D;
}
</style>