Shades of Wild Watermelon #F5566F
Tints of Wild Watermelon #F5566F
RGB
CMYK
RGB Variations
Color information
#F5566F (or 0xF5566F) is known color: Wild Watermelon. HEX triplet: F5, 56 and 6F. RGB value is (245,86,111). Sum of RGB (Red+Green+Blue) = 245+86+111=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F5566F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5566F is #0AA990. Grayscale: #888888. Windows color (decimal): -698769 or 7296757. OLE color: 7296757.
HSL color Cylindrical-coordinate representation of color #F5566F: hue angle of 350.57º 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 #F5566F is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 111 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.04 |
| HSL | 350.57º | 0.89% | 0.65% | - |
| HSV(B) | 350.57º | 0.65% | 0.96% | - |
| XYZ | 43.85 | 27.22 | 17.98 | - |
| YUV | 136.39 | 113.68 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 111 | 0 | 0.65 | 0.55 | 0.04 | 350.57 | 0.89 | 0.65 |
| Hex | F5 | 56 | 6F | 0 | 41 | 37 | 4 | 15F | 59 | 41 |
| Octal | 365 | 126 | 157 | 0 | 101 | 67 | 4 | 537 | 131 | 101 |
| Binary | 11110101 | 1010110 | 1101111 | 0 | 1000001 | 110111 | 100 | 101011111 | 1011001 | 1000001 |
Color Harmonies of #F5566F
Complementary color
Monochromatic Colors of #F5566F
Black with #F5566F
Text Example
Text Example
White with #F5566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5566F; }
p { color: rgb(245,86,111); }
H1.HeaderClassName
{
color: #F5566F;
}
.AnyTagClassName
{
color: #F5566F;
}
</style>
background-color css
<style>
a { background-color: #F5566F; }
a { background-color: rgb(245,86,111); }
div.DivClassName
{
background-color: #F5566F;
}
.BgClassName
{
background-color: #F5566F;
}
</style>
border-color css
<style>
span { border-color: #F5566F; }
span { border-color: rgb(245,86,111); }
td.TdClassName
{
border-color: #F5566F;
}
.TagClassName
{
border-color: #F5566F;
}
</style>