Shades of Wild Watermelon #F85668
Tints of Wild Watermelon #F85668
RGB
CMYK
RGB Variations
Color information
#F85668 (or 0xF85668) is known color: Wild Watermelon. HEX triplet: F8, 56 and 68. RGB value is (248,86,104). Sum of RGB (Red+Green+Blue) = 248+86+104=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F85668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85668 is #07A997. Grayscale: #888888. Windows color (decimal): -502168 or 6838008. OLE color: 6838008.
HSL color Cylindrical-coordinate representation of color #F85668: hue angle of 353.33º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85668 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 104 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.03 |
| HSL | 353.33º | 0.92% | 0.65% | - |
| HSV(B) | 353.33º | 0.65% | 0.97% | - |
| XYZ | 44.54 | 27.61 | 16.08 | - |
| YUV | 136.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 104 | 0 | 0.65 | 0.58 | 0.03 | 353.33 | 0.92 | 0.65 |
| Hex | F8 | 56 | 68 | 0 | 41 | 3A | 3 | 161 | 5C | 41 |
| Octal | 370 | 126 | 150 | 0 | 101 | 72 | 3 | 541 | 134 | 101 |
| Binary | 11111000 | 1010110 | 1101000 | 0 | 1000001 | 111010 | 11 | 101100001 | 1011100 | 1000001 |
Color Harmonies of #F85668
Complementary color
Monochromatic Colors of #F85668
Black with #F85668
Text Example
Text Example
White with #F85668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85668; }
p { color: rgb(248,86,104); }
H1.HeaderClassName
{
color: #F85668;
}
.AnyTagClassName
{
color: #F85668;
}
</style>
background-color css
<style>
a { background-color: #F85668; }
a { background-color: rgb(248,86,104); }
div.DivClassName
{
background-color: #F85668;
}
.BgClassName
{
background-color: #F85668;
}
</style>
border-color css
<style>
span { border-color: #F85668; }
span { border-color: rgb(248,86,104); }
td.TdClassName
{
border-color: #F85668;
}
.TagClassName
{
border-color: #F85668;
}
</style>