Shades of Wild Watermelon #FF686D
Tints of Wild Watermelon #FF686D
RGB
CMYK
RGB Variations
Color information
#FF686D (or 0xFF686D) is known color: Wild Watermelon. HEX triplet: FF, 68 and 6D. RGB value is (255,104,109). Sum of RGB (Red+Green+Blue) = 255+104+109=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF686D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF686D is #009792. Grayscale: #959595. Windows color (decimal): -38803 or 7170303. OLE color: 7170303.
HSL color Cylindrical-coordinate representation of color #FF686D: hue angle of 358.01º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF686D is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 109 | - |
| CMYK | 0 | 0.59 | 0.57 | 0 |
| HSL | 358.01º | 1% | 0.7% | - |
| HSV(B) | 358.01º | 0.59% | 1% | - |
| XYZ | 48.95 | 32.26 | 18.12 | - |
| YUV | 149.72 | 105.03 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 109 | 0 | 0.59 | 0.57 | 0 | 358.01 | 1 | 0.7 |
| Hex | FF | 68 | 6D | 0 | 3B | 39 | 0 | 166 | 64 | 46 |
| Octal | 377 | 150 | 155 | 0 | 73 | 71 | 0 | 546 | 144 | 106 |
| Binary | 11111111 | 1101000 | 1101101 | 0 | 111011 | 111001 | 0 | 101100110 | 1100100 | 1000110 |
Color Harmonies of #FF686D
Complementary color
Monochromatic Colors of #FF686D
Black with #FF686D
Text Example
Text Example
White with #FF686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF686D; }
p { color: rgb(255,104,109); }
H1.HeaderClassName
{
color: #FF686D;
}
.AnyTagClassName
{
color: #FF686D;
}
</style>
background-color css
<style>
a { background-color: #FF686D; }
a { background-color: rgb(255,104,109); }
div.DivClassName
{
background-color: #FF686D;
}
.BgClassName
{
background-color: #FF686D;
}
</style>
border-color css
<style>
span { border-color: #FF686D; }
span { border-color: rgb(255,104,109); }
td.TdClassName
{
border-color: #FF686D;
}
.TagClassName
{
border-color: #FF686D;
}
</style>