Shades of Wild Watermelon #F0565F
Tints of Wild Watermelon #F0565F
RGB
CMYK
RGB Variations
Color information
#F0565F (or 0xF0565F) is known color: Wild Watermelon. HEX triplet: F0, 56 and 5F. RGB value is (240,86,95). Sum of RGB (Red+Green+Blue) = 240+86+95=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0565F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0565F is #0FA9A0. Grayscale: #858585. Windows color (decimal): -1026465 or 6248176. OLE color: 6248176.
HSL color Cylindrical-coordinate representation of color #F0565F: hue angle of 356.49º 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 #F0565F is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 95 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.06 |
| HSL | 356.49º | 0.84% | 0.64% | - |
| HSV(B) | 356.49º | 0.64% | 0.94% | - |
| XYZ | 41.33 | 26.01 | 13.67 | - |
| YUV | 133.07 | 106.52 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 95 | 0 | 0.64 | 0.60 | 0.06 | 356.49 | 0.84 | 0.64 |
| Hex | F0 | 56 | 5F | 0 | 40 | 3C | 6 | 164 | 54 | 40 |
| Octal | 360 | 126 | 137 | 0 | 100 | 74 | 6 | 544 | 124 | 100 |
| Binary | 11110000 | 1010110 | 1011111 | 0 | 1000000 | 111100 | 110 | 101100100 | 1010100 | 1000000 |
Color Harmonies of #F0565F
Complementary color
Monochromatic Colors of #F0565F
Black with #F0565F
Text Example
Text Example
White with #F0565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0565F; }
p { color: rgb(240,86,95); }
H1.HeaderClassName
{
color: #F0565F;
}
.AnyTagClassName
{
color: #F0565F;
}
</style>
background-color css
<style>
a { background-color: #F0565F; }
a { background-color: rgb(240,86,95); }
div.DivClassName
{
background-color: #F0565F;
}
.BgClassName
{
background-color: #F0565F;
}
</style>
border-color css
<style>
span { border-color: #F0565F; }
span { border-color: rgb(240,86,95); }
td.TdClassName
{
border-color: #F0565F;
}
.TagClassName
{
border-color: #F0565F;
}
</style>