Shades of Wild Watermelon #F05570
Tints of Wild Watermelon #F05570
RGB
CMYK
RGB Variations
Color information
#F05570 (or 0xF05570) is known color: Wild Watermelon. HEX triplet: F0, 55 and 70. RGB value is (240,85,112). Sum of RGB (Red+Green+Blue) = 240+85+112=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F05570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05570 is #0FAA8F. Grayscale: #868686. Windows color (decimal): -1026704 or 7362032. OLE color: 7362032.
HSL color Cylindrical-coordinate representation of color #F05570: hue angle of 349.55º 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 #F05570 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 112 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.06 |
| HSL | 349.55º | 0.84% | 0.64% | - |
| HSV(B) | 349.55º | 0.65% | 0.94% | - |
| XYZ | 42.11 | 26.19 | 18.17 | - |
| YUV | 134.42 | 115.35 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 112 | 0 | 0.65 | 0.53 | 0.06 | 349.55 | 0.84 | 0.64 |
| Hex | F0 | 55 | 70 | 0 | 41 | 35 | 6 | 15E | 54 | 40 |
| Octal | 360 | 125 | 160 | 0 | 101 | 65 | 6 | 536 | 124 | 100 |
| Binary | 11110000 | 1010101 | 1110000 | 0 | 1000001 | 110101 | 110 | 101011110 | 1010100 | 1000000 |
Color Harmonies of #F05570
Complementary color
Monochromatic Colors of #F05570
Black with #F05570
Text Example
Text Example
White with #F05570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05570; }
p { color: rgb(240,85,112); }
H1.HeaderClassName
{
color: #F05570;
}
.AnyTagClassName
{
color: #F05570;
}
</style>
background-color css
<style>
a { background-color: #F05570; }
a { background-color: rgb(240,85,112); }
div.DivClassName
{
background-color: #F05570;
}
.BgClassName
{
background-color: #F05570;
}
</style>
border-color css
<style>
span { border-color: #F05570; }
span { border-color: rgb(240,85,112); }
td.TdClassName
{
border-color: #F05570;
}
.TagClassName
{
border-color: #F05570;
}
</style>