Shades of Wild Watermelon #F5597A
Tints of Wild Watermelon #F5597A
RGB
CMYK
RGB Variations
Color information
#F5597A (or 0xF5597A) is known color: Wild Watermelon. HEX triplet: F5, 59 and 7A. RGB value is (245,89,122). Sum of RGB (Red+Green+Blue) = 245+89+122=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5597A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5597A is #0AA685. Grayscale: #8B8B8B. Windows color (decimal): -697990 or 8018421. OLE color: 8018421.
HSL color Cylindrical-coordinate representation of color #F5597A: hue angle of 347.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 #F5597A is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 122 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.04 |
| HSL | 347.31º | 0.89% | 0.65% | - |
| HSV(B) | 347.31º | 0.64% | 0.96% | - |
| XYZ | 44.74 | 27.96 | 21.45 | - |
| YUV | 139.41 | 118.18 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 122 | 0 | 0.64 | 0.50 | 0.04 | 347.31 | 0.89 | 0.65 |
| Hex | F5 | 59 | 7A | 0 | 40 | 32 | 4 | 15B | 59 | 41 |
| Octal | 365 | 131 | 172 | 0 | 100 | 62 | 4 | 533 | 131 | 101 |
| Binary | 11110101 | 1011001 | 1111010 | 0 | 1000000 | 110010 | 100 | 101011011 | 1011001 | 1000001 |
Color Harmonies of #F5597A
Complementary color
Monochromatic Colors of #F5597A
Black with #F5597A
Text Example
Text Example
White with #F5597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5597A; }
p { color: rgb(245,89,122); }
H1.HeaderClassName
{
color: #F5597A;
}
.AnyTagClassName
{
color: #F5597A;
}
</style>
background-color css
<style>
a { background-color: #F5597A; }
a { background-color: rgb(245,89,122); }
div.DivClassName
{
background-color: #F5597A;
}
.BgClassName
{
background-color: #F5597A;
}
</style>
border-color css
<style>
span { border-color: #F5597A; }
span { border-color: rgb(245,89,122); }
td.TdClassName
{
border-color: #F5597A;
}
.TagClassName
{
border-color: #F5597A;
}
</style>