Shades of Wild Watermelon #F0565D
Tints of Wild Watermelon #F0565D
RGB
CMYK
RGB Variations
Color information
#F0565D (or 0xF0565D) is known color: Wild Watermelon. HEX triplet: F0, 56 and 5D. RGB value is (240,86,93). Sum of RGB (Red+Green+Blue) = 240+86+93=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0565D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0565D is #0FA9A2. Grayscale: #848484. Windows color (decimal): -1026467 or 6117104. OLE color: 6117104.
HSL color Cylindrical-coordinate representation of color #F0565D: hue angle of 357.27º 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 #F0565D is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 93 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.06 |
| HSL | 357.27º | 0.84% | 0.64% | - |
| HSV(B) | 357.27º | 0.64% | 0.94% | - |
| XYZ | 41.24 | 25.97 | 13.2 | - |
| YUV | 132.84 | 105.52 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 93 | 0 | 0.64 | 0.61 | 0.06 | 357.27 | 0.84 | 0.64 |
| Hex | F0 | 56 | 5D | 0 | 40 | 3D | 6 | 165 | 54 | 40 |
| Octal | 360 | 126 | 135 | 0 | 100 | 75 | 6 | 545 | 124 | 100 |
| Binary | 11110000 | 1010110 | 1011101 | 0 | 1000000 | 111101 | 110 | 101100101 | 1010100 | 1000000 |
Color Harmonies of #F0565D
Complementary color
Monochromatic Colors of #F0565D
Black with #F0565D
Text Example
Text Example
White with #F0565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0565D; }
p { color: rgb(240,86,93); }
H1.HeaderClassName
{
color: #F0565D;
}
.AnyTagClassName
{
color: #F0565D;
}
</style>
background-color css
<style>
a { background-color: #F0565D; }
a { background-color: rgb(240,86,93); }
div.DivClassName
{
background-color: #F0565D;
}
.BgClassName
{
background-color: #F0565D;
}
</style>
border-color css
<style>
span { border-color: #F0565D; }
span { border-color: rgb(240,86,93); }
td.TdClassName
{
border-color: #F0565D;
}
.TagClassName
{
border-color: #F0565D;
}
</style>