Shades of Wild Watermelon #F55860
Tints of Wild Watermelon #F55860
RGB
CMYK
RGB Variations
Color information
#F55860 (or 0xF55860) is known color: Wild Watermelon. HEX triplet: F5, 58 and 60. RGB value is (245,88,96). Sum of RGB (Red+Green+Blue) = 245+88+96=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F55860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55860 is #0AA79F. Grayscale: #878787. Windows color (decimal): -698272 or 6314229. OLE color: 6314229.
HSL color Cylindrical-coordinate representation of color #F55860: hue angle of 356.94º 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 #F55860 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 96 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.04 |
| HSL | 356.94º | 0.89% | 0.65% | - |
| HSV(B) | 356.94º | 0.64% | 0.96% | - |
| XYZ | 43.26 | 27.24 | 14.04 | - |
| YUV | 135.86 | 105.51 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 96 | 0 | 0.64 | 0.61 | 0.04 | 356.94 | 0.89 | 0.65 |
| Hex | F5 | 58 | 60 | 0 | 40 | 3D | 4 | 165 | 59 | 41 |
| Octal | 365 | 130 | 140 | 0 | 100 | 75 | 4 | 545 | 131 | 101 |
| Binary | 11110101 | 1011000 | 1100000 | 0 | 1000000 | 111101 | 100 | 101100101 | 1011001 | 1000001 |
Color Harmonies of #F55860
Complementary color
Monochromatic Colors of #F55860
Black with #F55860
Text Example
Text Example
White with #F55860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55860; }
p { color: rgb(245,88,96); }
H1.HeaderClassName
{
color: #F55860;
}
.AnyTagClassName
{
color: #F55860;
}
</style>
background-color css
<style>
a { background-color: #F55860; }
a { background-color: rgb(245,88,96); }
div.DivClassName
{
background-color: #F55860;
}
.BgClassName
{
background-color: #F55860;
}
</style>
border-color css
<style>
span { border-color: #F55860; }
span { border-color: rgb(245,88,96); }
td.TdClassName
{
border-color: #F55860;
}
.TagClassName
{
border-color: #F55860;
}
</style>