Shades of Wild Watermelon #F05977
Tints of Wild Watermelon #F05977
RGB
CMYK
RGB Variations
Color information
#F05977 (or 0xF05977) is known color: Wild Watermelon. HEX triplet: F0, 59 and 77. RGB value is (240,89,119). Sum of RGB (Red+Green+Blue) = 240+89+119=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F05977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05977 is #0FA688. Grayscale: #898989. Windows color (decimal): -1025673 or 7821808. OLE color: 7821808.
HSL color Cylindrical-coordinate representation of color #F05977: hue angle of 348.08º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05977 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 119 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.06 |
| HSL | 348.08º | 0.83% | 0.65% | - |
| HSV(B) | 348.08º | 0.63% | 0.94% | - |
| XYZ | 42.84 | 27 | 20.41 | - |
| YUV | 137.57 | 117.53 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 119 | 0 | 0.63 | 0.50 | 0.06 | 348.08 | 0.83 | 0.65 |
| Hex | F0 | 59 | 77 | 0 | 3F | 32 | 6 | 15C | 53 | 41 |
| Octal | 360 | 131 | 167 | 0 | 77 | 62 | 6 | 534 | 123 | 101 |
| Binary | 11110000 | 1011001 | 1110111 | 0 | 111111 | 110010 | 110 | 101011100 | 1010011 | 1000001 |
Color Harmonies of #F05977
Complementary color
Monochromatic Colors of #F05977
Black with #F05977
Text Example
Text Example
White with #F05977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05977; }
p { color: rgb(240,89,119); }
H1.HeaderClassName
{
color: #F05977;
}
.AnyTagClassName
{
color: #F05977;
}
</style>
background-color css
<style>
a { background-color: #F05977; }
a { background-color: rgb(240,89,119); }
div.DivClassName
{
background-color: #F05977;
}
.BgClassName
{
background-color: #F05977;
}
</style>
border-color css
<style>
span { border-color: #F05977; }
span { border-color: rgb(240,89,119); }
td.TdClassName
{
border-color: #F05977;
}
.TagClassName
{
border-color: #F05977;
}
</style>