Shades of Wild Watermelon #F55559
Tints of Wild Watermelon #F55559
RGB
CMYK
RGB Variations
Color information
#F55559 (or 0xF55559) is known color: Wild Watermelon. HEX triplet: F5, 55 and 59. RGB value is (245,85,89). Sum of RGB (Red+Green+Blue) = 245+85+89=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F55559 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55559 is #0AAAA6. Grayscale: #858585. Windows color (decimal): -699047 or 5854709. OLE color: 5854709.
HSL color Cylindrical-coordinate representation of color #F55559: hue angle of 358.5º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F55559 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 89 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.04 |
| HSL | 358.5º | 0.89% | 0.65% | - |
| HSV(B) | 358.5º | 0.65% | 0.96% | - |
| XYZ | 42.71 | 26.63 | 12.34 | - |
| YUV | 133.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 89 | 0 | 0.65 | 0.64 | 0.04 | 358.5 | 0.89 | 0.65 |
| Hex | F5 | 55 | 59 | 0 | 41 | 40 | 4 | 166 | 59 | 41 |
| Octal | 365 | 125 | 131 | 0 | 101 | 100 | 4 | 546 | 131 | 101 |
| Binary | 11110101 | 1010101 | 1011001 | 0 | 1000001 | 1000000 | 100 | 101100110 | 1011001 | 1000001 |
Color Harmonies of #F55559
Complementary color
Monochromatic Colors of #F55559
Black with #F55559
Text Example
Text Example
White with #F55559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55559; }
p { color: rgb(245,85,89); }
H1.HeaderClassName
{
color: #F55559;
}
.AnyTagClassName
{
color: #F55559;
}
</style>
background-color css
<style>
a { background-color: #F55559; }
a { background-color: rgb(245,85,89); }
div.DivClassName
{
background-color: #F55559;
}
.BgClassName
{
background-color: #F55559;
}
</style>
border-color css
<style>
span { border-color: #F55559; }
span { border-color: rgb(245,85,89); }
td.TdClassName
{
border-color: #F55559;
}
.TagClassName
{
border-color: #F55559;
}
</style>