Shades of Wild Watermelon #F55973
Tints of Wild Watermelon #F55973
RGB
CMYK
RGB Variations
Color information
#F55973 (or 0xF55973) is known color: Wild Watermelon. HEX triplet: F5, 59 and 73. RGB value is (245,89,115). Sum of RGB (Red+Green+Blue) = 245+89+115=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F55973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55973 is #0AA68C. Grayscale: #8A8A8A. Windows color (decimal): -697997 or 7559669. OLE color: 7559669.
HSL color Cylindrical-coordinate representation of color #F55973: hue angle of 350º 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 #F55973 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 115 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.04 |
| HSL | 350º | 0.89% | 0.65% | - |
| HSV(B) | 350º | 0.64% | 0.96% | - |
| XYZ | 44.32 | 27.8 | 19.25 | - |
| YUV | 138.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 115 | 0 | 0.64 | 0.53 | 0.04 | 350 | 0.89 | 0.65 |
| Hex | F5 | 59 | 73 | 0 | 40 | 35 | 4 | 15E | 59 | 41 |
| Octal | 365 | 131 | 163 | 0 | 100 | 65 | 4 | 536 | 131 | 101 |
| Binary | 11110101 | 1011001 | 1110011 | 0 | 1000000 | 110101 | 100 | 101011110 | 1011001 | 1000001 |
Color Harmonies of #F55973
Complementary color
Monochromatic Colors of #F55973
Black with #F55973
Text Example
Text Example
White with #F55973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55973; }
p { color: rgb(245,89,115); }
H1.HeaderClassName
{
color: #F55973;
}
.AnyTagClassName
{
color: #F55973;
}
</style>
background-color css
<style>
a { background-color: #F55973; }
a { background-color: rgb(245,89,115); }
div.DivClassName
{
background-color: #F55973;
}
.BgClassName
{
background-color: #F55973;
}
</style>
border-color css
<style>
span { border-color: #F55973; }
span { border-color: rgb(245,89,115); }
td.TdClassName
{
border-color: #F55973;
}
.TagClassName
{
border-color: #F55973;
}
</style>