Shades of Wild Watermelon #F05576
Tints of Wild Watermelon #F05576
RGB
CMYK
RGB Variations
Color information
#F05576 (or 0xF05576) is known color: Wild Watermelon. HEX triplet: F0, 55 and 76. RGB value is (240,85,118). Sum of RGB (Red+Green+Blue) = 240+85+118=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F05576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05576 is #0FAA89. Grayscale: #878787. Windows color (decimal): -1026698 or 7755248. OLE color: 7755248.
HSL color Cylindrical-coordinate representation of color #F05576: hue angle of 347.23º 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 #F05576 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 118 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.06 |
| HSL | 347.23º | 0.84% | 0.64% | - |
| HSV(B) | 347.23º | 0.65% | 0.94% | - |
| XYZ | 42.45 | 26.33 | 19.98 | - |
| YUV | 135.11 | 118.35 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 118 | 0 | 0.65 | 0.51 | 0.06 | 347.23 | 0.84 | 0.64 |
| Hex | F0 | 55 | 76 | 0 | 41 | 33 | 6 | 15B | 54 | 40 |
| Octal | 360 | 125 | 166 | 0 | 101 | 63 | 6 | 533 | 124 | 100 |
| Binary | 11110000 | 1010101 | 1110110 | 0 | 1000001 | 110011 | 110 | 101011011 | 1010100 | 1000000 |
Color Harmonies of #F05576
Complementary color
Monochromatic Colors of #F05576
Black with #F05576
Text Example
Text Example
White with #F05576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05576; }
p { color: rgb(240,85,118); }
H1.HeaderClassName
{
color: #F05576;
}
.AnyTagClassName
{
color: #F05576;
}
</style>
background-color css
<style>
a { background-color: #F05576; }
a { background-color: rgb(240,85,118); }
div.DivClassName
{
background-color: #F05576;
}
.BgClassName
{
background-color: #F05576;
}
</style>
border-color css
<style>
span { border-color: #F05576; }
span { border-color: rgb(240,85,118); }
td.TdClassName
{
border-color: #F05576;
}
.TagClassName
{
border-color: #F05576;
}
</style>