Shades of Wild Watermelon #F0566C
Tints of Wild Watermelon #F0566C
RGB
CMYK
RGB Variations
Color information
#F0566C (or 0xF0566C) is known color: Wild Watermelon. HEX triplet: F0, 56 and 6C. RGB value is (240,86,108). Sum of RGB (Red+Green+Blue) = 240+86+108=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0566C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0566C is #0FA993. Grayscale: #868686. Windows color (decimal): -1026452 or 7100144. OLE color: 7100144.
HSL color Cylindrical-coordinate representation of color #F0566C: hue angle of 351.43º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0566C is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 108 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.06 |
| HSL | 351.43º | 0.84% | 0.64% | - |
| HSV(B) | 351.43º | 0.64% | 0.94% | - |
| XYZ | 41.97 | 26.26 | 17.04 | - |
| YUV | 134.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 108 | 0 | 0.64 | 0.55 | 0.06 | 351.43 | 0.84 | 0.64 |
| Hex | F0 | 56 | 6C | 0 | 40 | 37 | 6 | 15F | 54 | 40 |
| Octal | 360 | 126 | 154 | 0 | 100 | 67 | 6 | 537 | 124 | 100 |
| Binary | 11110000 | 1010110 | 1101100 | 0 | 1000000 | 110111 | 110 | 101011111 | 1010100 | 1000000 |
Color Harmonies of #F0566C
Complementary color
Monochromatic Colors of #F0566C
Black with #F0566C
Text Example
Text Example
White with #F0566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0566C; }
p { color: rgb(240,86,108); }
H1.HeaderClassName
{
color: #F0566C;
}
.AnyTagClassName
{
color: #F0566C;
}
</style>
background-color css
<style>
a { background-color: #F0566C; }
a { background-color: rgb(240,86,108); }
div.DivClassName
{
background-color: #F0566C;
}
.BgClassName
{
background-color: #F0566C;
}
</style>
border-color css
<style>
span { border-color: #F0566C; }
span { border-color: rgb(240,86,108); }
td.TdClassName
{
border-color: #F0566C;
}
.TagClassName
{
border-color: #F0566C;
}
</style>