Shades of Wild Watermelon #F55962
Tints of Wild Watermelon #F55962
RGB
CMYK
RGB Variations
Color information
#F55962 (or 0xF55962) is known color: Wild Watermelon. HEX triplet: F5, 59 and 62. RGB value is (245,89,98). Sum of RGB (Red+Green+Blue) = 245+89+98=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F55962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55962 is #0AA69D. Grayscale: #888888. Windows color (decimal): -698014 or 6445557. OLE color: 6445557.
HSL color Cylindrical-coordinate representation of color #F55962: hue angle of 356.54º 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 #F55962 is Cyan = 0, Magento = 0.64, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 98 | - |
| CMYK | 0 | 0.64 | 0.6 | 0.04 |
| HSL | 356.54º | 0.89% | 0.65% | - |
| HSV(B) | 356.54º | 0.64% | 0.96% | - |
| XYZ | 43.43 | 27.44 | 14.56 | - |
| YUV | 136.67 | 106.18 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 98 | 0 | 0.64 | 0.6 | 0.04 | 356.54 | 0.89 | 0.65 |
| Hex | F5 | 59 | 62 | 0 | 40 | 3C | 4 | 165 | 59 | 41 |
| Octal | 365 | 131 | 142 | 0 | 100 | 74 | 4 | 545 | 131 | 101 |
| Binary | 11110101 | 1011001 | 1100010 | 0 | 1000000 | 111100 | 100 | 101100101 | 1011001 | 1000001 |
Color Harmonies of #F55962
Complementary color
Monochromatic Colors of #F55962
Black with #F55962
Text Example
Text Example
White with #F55962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55962; }
p { color: rgb(245,89,98); }
H1.HeaderClassName
{
color: #F55962;
}
.AnyTagClassName
{
color: #F55962;
}
</style>
background-color css
<style>
a { background-color: #F55962; }
a { background-color: rgb(245,89,98); }
div.DivClassName
{
background-color: #F55962;
}
.BgClassName
{
background-color: #F55962;
}
</style>
border-color css
<style>
span { border-color: #F55962; }
span { border-color: rgb(245,89,98); }
td.TdClassName
{
border-color: #F55962;
}
.TagClassName
{
border-color: #F55962;
}
</style>