Shades of Wild Watermelon #FD656B
Tints of Wild Watermelon #FD656B
RGB
CMYK
RGB Variations
Color information
#FD656B (or 0xFD656B) is known color: Wild Watermelon. HEX triplet: FD, 65 and 6B. RGB value is (253,101,107). Sum of RGB (Red+Green+Blue) = 253+101+107=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD656B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD656B is #029A94. Grayscale: #939393. Windows color (decimal): -170645 or 7038461. OLE color: 7038461.
HSL color Cylindrical-coordinate representation of color #FD656B: hue angle of 357.63º 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 #FD656B is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 107 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.01 |
| HSL | 357.63º | 0.97% | 0.69% | - |
| HSV(B) | 357.63º | 0.6% | 0.99% | - |
| XYZ | 47.82 | 31.25 | 17.42 | - |
| YUV | 147.13 | 105.36 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 107 | 0 | 0.60 | 0.58 | 0.01 | 357.63 | 0.97 | 0.69 |
| Hex | FD | 65 | 6B | 0 | 3C | 3A | 1 | 166 | 61 | 45 |
| Octal | 375 | 145 | 153 | 0 | 74 | 72 | 1 | 546 | 141 | 105 |
| Binary | 11111101 | 1100101 | 1101011 | 0 | 111100 | 111010 | 1 | 101100110 | 1100001 | 1000101 |
Color Harmonies of #FD656B
Complementary color
Monochromatic Colors of #FD656B
Black with #FD656B
Text Example
Text Example
White with #FD656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD656B; }
p { color: rgb(253,101,107); }
H1.HeaderClassName
{
color: #FD656B;
}
.AnyTagClassName
{
color: #FD656B;
}
</style>
background-color css
<style>
a { background-color: #FD656B; }
a { background-color: rgb(253,101,107); }
div.DivClassName
{
background-color: #FD656B;
}
.BgClassName
{
background-color: #FD656B;
}
</style>
border-color css
<style>
span { border-color: #FD656B; }
span { border-color: rgb(253,101,107); }
td.TdClassName
{
border-color: #FD656B;
}
.TagClassName
{
border-color: #FD656B;
}
</style>