Shades of Wild Watermelon #F05564
Tints of Wild Watermelon #F05564
RGB
CMYK
RGB Variations
Color information
#F05564 (or 0xF05564) is known color: Wild Watermelon. HEX triplet: F0, 55 and 64. RGB value is (240,85,100). Sum of RGB (Red+Green+Blue) = 240+85+100=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F05564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05564 is #0FAA9B. Grayscale: #858585. Windows color (decimal): -1026716 or 6575600. OLE color: 6575600.
HSL color Cylindrical-coordinate representation of color #F05564: hue angle of 354.19º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05564 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 100 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.06 |
| HSL | 354.19º | 0.84% | 0.64% | - |
| HSV(B) | 354.19º | 0.65% | 0.94% | - |
| XYZ | 41.48 | 25.94 | 14.88 | - |
| YUV | 133.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 100 | 0 | 0.65 | 0.58 | 0.06 | 354.19 | 0.84 | 0.64 |
| Hex | F0 | 55 | 64 | 0 | 41 | 3A | 6 | 162 | 54 | 40 |
| Octal | 360 | 125 | 144 | 0 | 101 | 72 | 6 | 542 | 124 | 100 |
| Binary | 11110000 | 1010101 | 1100100 | 0 | 1000001 | 111010 | 110 | 101100010 | 1010100 | 1000000 |
Color Harmonies of #F05564
Complementary color
Monochromatic Colors of #F05564
Black with #F05564
Text Example
Text Example
White with #F05564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05564; }
p { color: rgb(240,85,100); }
H1.HeaderClassName
{
color: #F05564;
}
.AnyTagClassName
{
color: #F05564;
}
</style>
background-color css
<style>
a { background-color: #F05564; }
a { background-color: rgb(240,85,100); }
div.DivClassName
{
background-color: #F05564;
}
.BgClassName
{
background-color: #F05564;
}
</style>
border-color css
<style>
span { border-color: #F05564; }
span { border-color: rgb(240,85,100); }
td.TdClassName
{
border-color: #F05564;
}
.TagClassName
{
border-color: #F05564;
}
</style>