Shades of Wild Watermelon #F86668
Tints of Wild Watermelon #F86668
RGB
CMYK
RGB Variations
Color information
#F86668 (or 0xF86668) is known color: Wild Watermelon. HEX triplet: F8, 66 and 68. RGB value is (248,102,104). Sum of RGB (Red+Green+Blue) = 248+102+104=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F86668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86668 is #079997. Grayscale: #929292. Windows color (decimal): -498072 or 6842104. OLE color: 6842104.
HSL color Cylindrical-coordinate representation of color #F86668: hue angle of 359.18º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F86668 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 104 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.03 |
| HSL | 359.18º | 0.91% | 0.69% | - |
| HSV(B) | 359.18º | 0.59% | 0.97% | - |
| XYZ | 45.96 | 30.46 | 16.55 | - |
| YUV | 145.88 | 104.37 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 104 | 0 | 0.59 | 0.58 | 0.03 | 359.18 | 0.91 | 0.69 |
| Hex | F8 | 66 | 68 | 0 | 3B | 3A | 3 | 167 | 5B | 45 |
| Octal | 370 | 146 | 150 | 0 | 73 | 72 | 3 | 547 | 133 | 105 |
| Binary | 11111000 | 1100110 | 1101000 | 0 | 111011 | 111010 | 11 | 101100111 | 1011011 | 1000101 |
Color Harmonies of #F86668
Complementary color
Monochromatic Colors of #F86668
Black with #F86668
Text Example
Text Example
White with #F86668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86668; }
p { color: rgb(248,102,104); }
H1.HeaderClassName
{
color: #F86668;
}
.AnyTagClassName
{
color: #F86668;
}
</style>
background-color css
<style>
a { background-color: #F86668; }
a { background-color: rgb(248,102,104); }
div.DivClassName
{
background-color: #F86668;
}
.BgClassName
{
background-color: #F86668;
}
</style>
border-color css
<style>
span { border-color: #F86668; }
span { border-color: rgb(248,102,104); }
td.TdClassName
{
border-color: #F86668;
}
.TagClassName
{
border-color: #F86668;
}
</style>