Shades of Wild Watermelon #F5556D
Tints of Wild Watermelon #F5556D
RGB
CMYK
RGB Variations
Color information
#F5556D (or 0xF5556D) is known color: Wild Watermelon. HEX triplet: F5, 55 and 6D. RGB value is (245,85,109). Sum of RGB (Red+Green+Blue) = 245+85+109=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F5556D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5556D is #0AAA92. Grayscale: #878787. Windows color (decimal): -699027 or 7165429. OLE color: 7165429.
HSL color Cylindrical-coordinate representation of color #F5556D: hue angle of 351º 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 #F5556D is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 109 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.04 |
| HSL | 351º | 0.89% | 0.65% | - |
| HSV(B) | 351º | 0.65% | 0.96% | - |
| XYZ | 43.67 | 27.01 | 17.38 | - |
| YUV | 135.58 | 113.01 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 109 | 0 | 0.65 | 0.56 | 0.04 | 351 | 0.89 | 0.65 |
| Hex | F5 | 55 | 6D | 0 | 41 | 38 | 4 | 15F | 59 | 41 |
| Octal | 365 | 125 | 155 | 0 | 101 | 70 | 4 | 537 | 131 | 101 |
| Binary | 11110101 | 1010101 | 1101101 | 0 | 1000001 | 111000 | 100 | 101011111 | 1011001 | 1000001 |
Color Harmonies of #F5556D
Complementary color
Monochromatic Colors of #F5556D
Black with #F5556D
Text Example
Text Example
White with #F5556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5556D; }
p { color: rgb(245,85,109); }
H1.HeaderClassName
{
color: #F5556D;
}
.AnyTagClassName
{
color: #F5556D;
}
</style>
background-color css
<style>
a { background-color: #F5556D; }
a { background-color: rgb(245,85,109); }
div.DivClassName
{
background-color: #F5556D;
}
.BgClassName
{
background-color: #F5556D;
}
</style>
border-color css
<style>
span { border-color: #F5556D; }
span { border-color: rgb(245,85,109); }
td.TdClassName
{
border-color: #F5556D;
}
.TagClassName
{
border-color: #F5556D;
}
</style>