Shades of Wild Watermelon #F55570
Tints of Wild Watermelon #F55570
RGB
CMYK
RGB Variations
Color information
#F55570 (or 0xF55570) is known color: Wild Watermelon. HEX triplet: F5, 55 and 70. RGB value is (245,85,112). Sum of RGB (Red+Green+Blue) = 245+85+112=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F55570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55570 is #0AAA8F. Grayscale: #878787. Windows color (decimal): -699024 or 7362037. OLE color: 7362037.
HSL color Cylindrical-coordinate representation of color #F55570: hue angle of 349.88º 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 #F55570 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 112 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.04 |
| HSL | 349.88º | 0.89% | 0.65% | - |
| HSV(B) | 349.88º | 0.65% | 0.96% | - |
| XYZ | 43.83 | 27.08 | 18.25 | - |
| YUV | 135.92 | 114.51 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 112 | 0 | 0.65 | 0.54 | 0.04 | 349.88 | 0.89 | 0.65 |
| Hex | F5 | 55 | 70 | 0 | 41 | 36 | 4 | 15E | 59 | 41 |
| Octal | 365 | 125 | 160 | 0 | 101 | 66 | 4 | 536 | 131 | 101 |
| Binary | 11110101 | 1010101 | 1110000 | 0 | 1000001 | 110110 | 100 | 101011110 | 1011001 | 1000001 |
Color Harmonies of #F55570
Complementary color
Monochromatic Colors of #F55570
Black with #F55570
Text Example
Text Example
White with #F55570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55570; }
p { color: rgb(245,85,112); }
H1.HeaderClassName
{
color: #F55570;
}
.AnyTagClassName
{
color: #F55570;
}
</style>
background-color css
<style>
a { background-color: #F55570; }
a { background-color: rgb(245,85,112); }
div.DivClassName
{
background-color: #F55570;
}
.BgClassName
{
background-color: #F55570;
}
</style>
border-color css
<style>
span { border-color: #F55570; }
span { border-color: rgb(245,85,112); }
td.TdClassName
{
border-color: #F55570;
}
.TagClassName
{
border-color: #F55570;
}
</style>