Shades of Wild Watermelon #FD686A
Tints of Wild Watermelon #FD686A
RGB
CMYK
RGB Variations
Color information
#FD686A (or 0xFD686A) is known color: Wild Watermelon. HEX triplet: FD, 68 and 6A. RGB value is (253,104,106). Sum of RGB (Red+Green+Blue) = 253+104+106=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD686A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD686A is #029795. Grayscale: #949494. Windows color (decimal): -169878 or 6973693. OLE color: 6973693.
HSL color Cylindrical-coordinate representation of color #FD686A: hue angle of 359.19º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD686A is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 106 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.01 |
| HSL | 359.19º | 0.97% | 0.7% | - |
| HSV(B) | 359.19º | 0.59% | 0.99% | - |
| XYZ | 48.06 | 31.82 | 17.25 | - |
| YUV | 148.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 106 | 0 | 0.59 | 0.58 | 0.01 | 359.19 | 0.97 | 0.7 |
| Hex | FD | 68 | 6A | 0 | 3B | 3A | 1 | 167 | 61 | 46 |
| Octal | 375 | 150 | 152 | 0 | 73 | 72 | 1 | 547 | 141 | 106 |
| Binary | 11111101 | 1101000 | 1101010 | 0 | 111011 | 111010 | 1 | 101100111 | 1100001 | 1000110 |
Color Harmonies of #FD686A
Complementary color
Monochromatic Colors of #FD686A
Black with #FD686A
Text Example
Text Example
White with #FD686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD686A; }
p { color: rgb(253,104,106); }
H1.HeaderClassName
{
color: #FD686A;
}
.AnyTagClassName
{
color: #FD686A;
}
</style>
background-color css
<style>
a { background-color: #FD686A; }
a { background-color: rgb(253,104,106); }
div.DivClassName
{
background-color: #FD686A;
}
.BgClassName
{
background-color: #FD686A;
}
</style>
border-color css
<style>
span { border-color: #FD686A; }
span { border-color: rgb(253,104,106); }
td.TdClassName
{
border-color: #FD686A;
}
.TagClassName
{
border-color: #FD686A;
}
</style>