Shades of Wild Watermelon #F8686E
Tints of Wild Watermelon #F8686E
RGB
CMYK
RGB Variations
Color information
#F8686E (or 0xF8686E) is known color: Wild Watermelon. HEX triplet: F8, 68 and 6E. RGB value is (248,104,110). Sum of RGB (Red+Green+Blue) = 248+104+110=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F8686E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8686E is #079791. Grayscale: #939393. Windows color (decimal): -497554 or 7235832. OLE color: 7235832.
HSL color Cylindrical-coordinate representation of color #F8686E: hue angle of 357.5º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8686E is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 110 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.03 |
| HSL | 357.5º | 0.91% | 0.69% | - |
| HSV(B) | 357.5º | 0.58% | 0.97% | - |
| XYZ | 46.48 | 30.98 | 18.28 | - |
| YUV | 147.74 | 106.71 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 110 | 0 | 0.58 | 0.56 | 0.03 | 357.5 | 0.91 | 0.69 |
| Hex | F8 | 68 | 6E | 0 | 3A | 38 | 3 | 166 | 5B | 45 |
| Octal | 370 | 150 | 156 | 0 | 72 | 70 | 3 | 546 | 133 | 105 |
| Binary | 11111000 | 1101000 | 1101110 | 0 | 111010 | 111000 | 11 | 101100110 | 1011011 | 1000101 |
Color Harmonies of #F8686E
Complementary color
Monochromatic Colors of #F8686E
Black with #F8686E
Text Example
Text Example
White with #F8686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8686E; }
p { color: rgb(248,104,110); }
H1.HeaderClassName
{
color: #F8686E;
}
.AnyTagClassName
{
color: #F8686E;
}
</style>
background-color css
<style>
a { background-color: #F8686E; }
a { background-color: rgb(248,104,110); }
div.DivClassName
{
background-color: #F8686E;
}
.BgClassName
{
background-color: #F8686E;
}
</style>
border-color css
<style>
span { border-color: #F8686E; }
span { border-color: rgb(248,104,110); }
td.TdClassName
{
border-color: #F8686E;
}
.TagClassName
{
border-color: #F8686E;
}
</style>