Shades of Wild Watermelon #F55870
Tints of Wild Watermelon #F55870
RGB
CMYK
RGB Variations
Color information
#F55870 (or 0xF55870) is known color: Wild Watermelon. HEX triplet: F5, 58 and 70. RGB value is (245,88,112). Sum of RGB (Red+Green+Blue) = 245+88+112=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F55870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55870 is #0AA78F. Grayscale: #898989. Windows color (decimal): -698256 or 7362805. OLE color: 7362805.
HSL color Cylindrical-coordinate representation of color #F55870: hue angle of 350.83º 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 #F55870 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 112 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.04 |
| HSL | 350.83º | 0.89% | 0.65% | - |
| HSV(B) | 350.83º | 0.64% | 0.96% | - |
| XYZ | 44.07 | 27.56 | 18.33 | - |
| YUV | 137.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 112 | 0 | 0.64 | 0.54 | 0.04 | 350.83 | 0.89 | 0.65 |
| Hex | F5 | 58 | 70 | 0 | 40 | 36 | 4 | 15F | 59 | 41 |
| Octal | 365 | 130 | 160 | 0 | 100 | 66 | 4 | 537 | 131 | 101 |
| Binary | 11110101 | 1011000 | 1110000 | 0 | 1000000 | 110110 | 100 | 101011111 | 1011001 | 1000001 |
Color Harmonies of #F55870
Complementary color
Monochromatic Colors of #F55870
Black with #F55870
Text Example
Text Example
White with #F55870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55870; }
p { color: rgb(245,88,112); }
H1.HeaderClassName
{
color: #F55870;
}
.AnyTagClassName
{
color: #F55870;
}
</style>
background-color css
<style>
a { background-color: #F55870; }
a { background-color: rgb(245,88,112); }
div.DivClassName
{
background-color: #F55870;
}
.BgClassName
{
background-color: #F55870;
}
</style>
border-color css
<style>
span { border-color: #F55870; }
span { border-color: rgb(245,88,112); }
td.TdClassName
{
border-color: #F55870;
}
.TagClassName
{
border-color: #F55870;
}
</style>