Shades of Wild Watermelon #F55862
Tints of Wild Watermelon #F55862
RGB
CMYK
RGB Variations
Color information
#F55862 (or 0xF55862) is known color: Wild Watermelon. HEX triplet: F5, 58 and 62. RGB value is (245,88,98). Sum of RGB (Red+Green+Blue) = 245+88+98=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F55862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55862 is #0AA79D. Grayscale: #888888. Windows color (decimal): -698270 or 6445301. OLE color: 6445301.
HSL color Cylindrical-coordinate representation of color #F55862: hue angle of 356.18º 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 #F55862 is Cyan = 0, Magento = 0.64, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 98 | - |
| CMYK | 0 | 0.64 | 0.6 | 0.04 |
| HSL | 356.18º | 0.89% | 0.65% | - |
| HSV(B) | 356.18º | 0.64% | 0.96% | - |
| XYZ | 43.35 | 27.27 | 14.53 | - |
| YUV | 136.08 | 106.51 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 98 | 0 | 0.64 | 0.6 | 0.04 | 356.18 | 0.89 | 0.65 |
| Hex | F5 | 58 | 62 | 0 | 40 | 3C | 4 | 164 | 59 | 41 |
| Octal | 365 | 130 | 142 | 0 | 100 | 74 | 4 | 544 | 131 | 101 |
| Binary | 11110101 | 1011000 | 1100010 | 0 | 1000000 | 111100 | 100 | 101100100 | 1011001 | 1000001 |
Color Harmonies of #F55862
Complementary color
Monochromatic Colors of #F55862
Black with #F55862
Text Example
Text Example
White with #F55862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55862; }
p { color: rgb(245,88,98); }
H1.HeaderClassName
{
color: #F55862;
}
.AnyTagClassName
{
color: #F55862;
}
</style>
background-color css
<style>
a { background-color: #F55862; }
a { background-color: rgb(245,88,98); }
div.DivClassName
{
background-color: #F55862;
}
.BgClassName
{
background-color: #F55862;
}
</style>
border-color css
<style>
span { border-color: #F55862; }
span { border-color: rgb(245,88,98); }
td.TdClassName
{
border-color: #F55862;
}
.TagClassName
{
border-color: #F55862;
}
</style>