Shades of Wild Watermelon #F85768
Tints of Wild Watermelon #F85768
RGB
CMYK
RGB Variations
Color information
#F85768 (or 0xF85768) is known color: Wild Watermelon. HEX triplet: F8, 57 and 68. RGB value is (248,87,104). Sum of RGB (Red+Green+Blue) = 248+87+104=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F85768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85768 is #07A897. Grayscale: #898989. Windows color (decimal): -501912 or 6838264. OLE color: 6838264.
HSL color Cylindrical-coordinate representation of color #F85768: hue angle of 353.66º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85768 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 104 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.03 |
| HSL | 353.66º | 0.92% | 0.66% | - |
| HSV(B) | 353.66º | 0.65% | 0.97% | - |
| XYZ | 44.62 | 27.77 | 16.11 | - |
| YUV | 137.08 | 109.34 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 104 | 0 | 0.65 | 0.58 | 0.03 | 353.66 | 0.92 | 0.66 |
| Hex | F8 | 57 | 68 | 0 | 41 | 3A | 3 | 162 | 5C | 42 |
| Octal | 370 | 127 | 150 | 0 | 101 | 72 | 3 | 542 | 134 | 102 |
| Binary | 11111000 | 1010111 | 1101000 | 0 | 1000001 | 111010 | 11 | 101100010 | 1011100 | 1000010 |
Color Harmonies of #F85768
Complementary color
Monochromatic Colors of #F85768
Black with #F85768
Text Example
Text Example
White with #F85768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85768; }
p { color: rgb(248,87,104); }
H1.HeaderClassName
{
color: #F85768;
}
.AnyTagClassName
{
color: #F85768;
}
</style>
background-color css
<style>
a { background-color: #F85768; }
a { background-color: rgb(248,87,104); }
div.DivClassName
{
background-color: #F85768;
}
.BgClassName
{
background-color: #F85768;
}
</style>
border-color css
<style>
span { border-color: #F85768; }
span { border-color: rgb(248,87,104); }
td.TdClassName
{
border-color: #F85768;
}
.TagClassName
{
border-color: #F85768;
}
</style>