Shades of Wild Watermelon #F6566F
Tints of Wild Watermelon #F6566F
RGB
CMYK
RGB Variations
Color information
#F6566F (or 0xF6566F) is known color: Wild Watermelon. HEX triplet: F6, 56 and 6F. RGB value is (246,86,111). Sum of RGB (Red+Green+Blue) = 246+86+111=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F6566F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6566F is #09A990. Grayscale: #888888. Windows color (decimal): -633233 or 7296758. OLE color: 7296758.
HSL color Cylindrical-coordinate representation of color #F6566F: hue angle of 350.62º degrees, saturation: 0.9, 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 #F6566F is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 86 | 111 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.04 |
| HSL | 350.63º | 0.9% | 0.65% | - |
| HSV(B) | 350.63º | 0.65% | 0.96% | - |
| XYZ | 44.2 | 27.4 | 18 | - |
| YUV | 136.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 86 | 111 | 0 | 0.65 | 0.55 | 0.04 | 350.63 | 0.9 | 0.65 |
| Hex | F6 | 56 | 6F | 0 | 41 | 37 | 4 | 15F | 5A | 41 |
| Octal | 366 | 126 | 157 | 0 | 101 | 67 | 4 | 537 | 132 | 101 |
| Binary | 11110110 | 1010110 | 1101111 | 0 | 1000001 | 110111 | 100 | 101011111 | 1011010 | 1000001 |
Color Harmonies of #F6566F
Complementary color
Monochromatic Colors of #F6566F
Black with #F6566F
Text Example
Text Example
White with #F6566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6566F; }
p { color: rgb(246,86,111); }
H1.HeaderClassName
{
color: #F6566F;
}
.AnyTagClassName
{
color: #F6566F;
}
</style>
background-color css
<style>
a { background-color: #F6566F; }
a { background-color: rgb(246,86,111); }
div.DivClassName
{
background-color: #F6566F;
}
.BgClassName
{
background-color: #F6566F;
}
</style>
border-color css
<style>
span { border-color: #F6566F; }
span { border-color: rgb(246,86,111); }
td.TdClassName
{
border-color: #F6566F;
}
.TagClassName
{
border-color: #F6566F;
}
</style>