Shades of Wild Watermelon #F55577
Tints of Wild Watermelon #F55577
RGB
CMYK
RGB Variations
Color information
#F55577 (or 0xF55577) is known color: Wild Watermelon. HEX triplet: F5, 55 and 77. RGB value is (245,85,119). Sum of RGB (Red+Green+Blue) = 245+85+119=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F55577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55577 is #0AAA88. Grayscale: #888888. Windows color (decimal): -699017 or 7820789. OLE color: 7820789.
HSL color Cylindrical-coordinate representation of color #F55577: hue angle of 347.25º 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 #F55577 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 119 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.04 |
| HSL | 347.25º | 0.89% | 0.65% | - |
| HSV(B) | 347.25º | 0.65% | 0.96% | - |
| XYZ | 44.23 | 27.24 | 20.38 | - |
| YUV | 136.72 | 118.01 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 119 | 0 | 0.65 | 0.51 | 0.04 | 347.25 | 0.89 | 0.65 |
| Hex | F5 | 55 | 77 | 0 | 41 | 33 | 4 | 15B | 59 | 41 |
| Octal | 365 | 125 | 167 | 0 | 101 | 63 | 4 | 533 | 131 | 101 |
| Binary | 11110101 | 1010101 | 1110111 | 0 | 1000001 | 110011 | 100 | 101011011 | 1011001 | 1000001 |
Color Harmonies of #F55577
Complementary color
Monochromatic Colors of #F55577
Black with #F55577
Text Example
Text Example
White with #F55577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55577; }
p { color: rgb(245,85,119); }
H1.HeaderClassName
{
color: #F55577;
}
.AnyTagClassName
{
color: #F55577;
}
</style>
background-color css
<style>
a { background-color: #F55577; }
a { background-color: rgb(245,85,119); }
div.DivClassName
{
background-color: #F55577;
}
.BgClassName
{
background-color: #F55577;
}
</style>
border-color css
<style>
span { border-color: #F55577; }
span { border-color: rgb(245,85,119); }
td.TdClassName
{
border-color: #F55577;
}
.TagClassName
{
border-color: #F55577;
}
</style>