Shades of Wild Watermelon #FD656D
Tints of Wild Watermelon #FD656D
RGB
CMYK
RGB Variations
Color information
#FD656D (or 0xFD656D) is known color: Wild Watermelon. HEX triplet: FD, 65 and 6D. RGB value is (253,101,109). Sum of RGB (Red+Green+Blue) = 253+101+109=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD656D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD656D is #029A92. Grayscale: #939393. Windows color (decimal): -170643 or 7169533. OLE color: 7169533.
HSL color Cylindrical-coordinate representation of color #FD656D: hue angle of 356.84º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD656D is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 109 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.01 |
| HSL | 356.84º | 0.97% | 0.69% | - |
| HSV(B) | 356.84º | 0.6% | 0.99% | - |
| XYZ | 47.92 | 31.29 | 17.98 | - |
| YUV | 147.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 109 | 0 | 0.60 | 0.57 | 0.01 | 356.84 | 0.97 | 0.69 |
| Hex | FD | 65 | 6D | 0 | 3C | 39 | 1 | 165 | 61 | 45 |
| Octal | 375 | 145 | 155 | 0 | 74 | 71 | 1 | 545 | 141 | 105 |
| Binary | 11111101 | 1100101 | 1101101 | 0 | 111100 | 111001 | 1 | 101100101 | 1100001 | 1000101 |
Color Harmonies of #FD656D
Complementary color
Monochromatic Colors of #FD656D
Black with #FD656D
Text Example
Text Example
White with #FD656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD656D; }
p { color: rgb(253,101,109); }
H1.HeaderClassName
{
color: #FD656D;
}
.AnyTagClassName
{
color: #FD656D;
}
</style>
background-color css
<style>
a { background-color: #FD656D; }
a { background-color: rgb(253,101,109); }
div.DivClassName
{
background-color: #FD656D;
}
.BgClassName
{
background-color: #FD656D;
}
</style>
border-color css
<style>
span { border-color: #FD656D; }
span { border-color: rgb(253,101,109); }
td.TdClassName
{
border-color: #FD656D;
}
.TagClassName
{
border-color: #FD656D;
}
</style>