Shades of Wild Watermelon #F85979
Tints of Wild Watermelon #F85979
RGB
CMYK
RGB Variations
Color information
#F85979 (or 0xF85979) is known color: Wild Watermelon. HEX triplet: F8, 59 and 79. RGB value is (248,89,121). Sum of RGB (Red+Green+Blue) = 248+89+121=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F85979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85979 is #07A686. Grayscale: #8C8C8C. Windows color (decimal): -501383 or 7952888. OLE color: 7952888.
HSL color Cylindrical-coordinate representation of color #F85979: hue angle of 347.92º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85979 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 121 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.03 |
| HSL | 347.92º | 0.92% | 0.66% | - |
| HSV(B) | 347.92º | 0.64% | 0.97% | - |
| XYZ | 45.73 | 28.48 | 21.18 | - |
| YUV | 140.19 | 117.18 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 121 | 0 | 0.64 | 0.51 | 0.03 | 347.92 | 0.92 | 0.66 |
| Hex | F8 | 59 | 79 | 0 | 40 | 33 | 3 | 15C | 5C | 42 |
| Octal | 370 | 131 | 171 | 0 | 100 | 63 | 3 | 534 | 134 | 102 |
| Binary | 11111000 | 1011001 | 1111001 | 0 | 1000000 | 110011 | 11 | 101011100 | 1011100 | 1000010 |
Color Harmonies of #F85979
Complementary color
Monochromatic Colors of #F85979
Black with #F85979
Text Example
Text Example
White with #F85979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85979; }
p { color: rgb(248,89,121); }
H1.HeaderClassName
{
color: #F85979;
}
.AnyTagClassName
{
color: #F85979;
}
</style>
background-color css
<style>
a { background-color: #F85979; }
a { background-color: rgb(248,89,121); }
div.DivClassName
{
background-color: #F85979;
}
.BgClassName
{
background-color: #F85979;
}
</style>
border-color css
<style>
span { border-color: #F85979; }
span { border-color: rgb(248,89,121); }
td.TdClassName
{
border-color: #F85979;
}
.TagClassName
{
border-color: #F85979;
}
</style>