Shades of Wild Watermelon #F5566B
Tints of Wild Watermelon #F5566B
RGB
CMYK
RGB Variations
Color information
#F5566B (or 0xF5566B) is known color: Wild Watermelon. HEX triplet: F5, 56 and 6B. RGB value is (245,86,107). Sum of RGB (Red+Green+Blue) = 245+86+107=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5566B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5566B is #0AA994. Grayscale: #888888. Windows color (decimal): -698773 or 7034613. OLE color: 7034613.
HSL color Cylindrical-coordinate representation of color #F5566B: hue angle of 352.08º 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 #F5566B is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 107 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.04 |
| HSL | 352.08º | 0.89% | 0.65% | - |
| HSV(B) | 352.08º | 0.65% | 0.96% | - |
| XYZ | 43.64 | 27.13 | 16.85 | - |
| YUV | 135.94 | 111.68 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 107 | 0 | 0.65 | 0.56 | 0.04 | 352.08 | 0.89 | 0.65 |
| Hex | F5 | 56 | 6B | 0 | 41 | 38 | 4 | 160 | 59 | 41 |
| Octal | 365 | 126 | 153 | 0 | 101 | 70 | 4 | 540 | 131 | 101 |
| Binary | 11110101 | 1010110 | 1101011 | 0 | 1000001 | 111000 | 100 | 101100000 | 1011001 | 1000001 |
Color Harmonies of #F5566B
Complementary color
Monochromatic Colors of #F5566B
Black with #F5566B
Text Example
Text Example
White with #F5566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5566B; }
p { color: rgb(245,86,107); }
H1.HeaderClassName
{
color: #F5566B;
}
.AnyTagClassName
{
color: #F5566B;
}
</style>
background-color css
<style>
a { background-color: #F5566B; }
a { background-color: rgb(245,86,107); }
div.DivClassName
{
background-color: #F5566B;
}
.BgClassName
{
background-color: #F5566B;
}
</style>
border-color css
<style>
span { border-color: #F5566B; }
span { border-color: rgb(245,86,107); }
td.TdClassName
{
border-color: #F5566B;
}
.TagClassName
{
border-color: #F5566B;
}
</style>