Shades of Wild Watermelon #F05770
Tints of Wild Watermelon #F05770
RGB
CMYK
RGB Variations
Color information
#F05770 (or 0xF05770) is known color: Wild Watermelon. HEX triplet: F0, 57 and 70. RGB value is (240,87,112). Sum of RGB (Red+Green+Blue) = 240+87+112=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F05770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05770 is #0FA88F. Grayscale: #878787. Windows color (decimal): -1026192 or 7362544. OLE color: 7362544.
HSL color Cylindrical-coordinate representation of color #F05770: hue angle of 350.2º 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 #F05770 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 112 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.06 |
| HSL | 350.2º | 0.84% | 0.64% | - |
| HSV(B) | 350.2º | 0.64% | 0.94% | - |
| XYZ | 42.27 | 26.51 | 18.22 | - |
| YUV | 135.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 112 | 0 | 0.64 | 0.53 | 0.06 | 350.2 | 0.84 | 0.64 |
| Hex | F0 | 57 | 70 | 0 | 40 | 35 | 6 | 15E | 54 | 40 |
| Octal | 360 | 127 | 160 | 0 | 100 | 65 | 6 | 536 | 124 | 100 |
| Binary | 11110000 | 1010111 | 1110000 | 0 | 1000000 | 110101 | 110 | 101011110 | 1010100 | 1000000 |
Color Harmonies of #F05770
Complementary color
Monochromatic Colors of #F05770
Black with #F05770
Text Example
Text Example
White with #F05770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05770; }
p { color: rgb(240,87,112); }
H1.HeaderClassName
{
color: #F05770;
}
.AnyTagClassName
{
color: #F05770;
}
</style>
background-color css
<style>
a { background-color: #F05770; }
a { background-color: rgb(240,87,112); }
div.DivClassName
{
background-color: #F05770;
}
.BgClassName
{
background-color: #F05770;
}
</style>
border-color css
<style>
span { border-color: #F05770; }
span { border-color: rgb(240,87,112); }
td.TdClassName
{
border-color: #F05770;
}
.TagClassName
{
border-color: #F05770;
}
</style>