Shades of Wild Watermelon #FD656C
Tints of Wild Watermelon #FD656C
RGB
CMYK
RGB Variations
Color information
#FD656C (or 0xFD656C) is known color: Wild Watermelon. HEX triplet: FD, 65 and 6C. RGB value is (253,101,108). Sum of RGB (Red+Green+Blue) = 253+101+108=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD656C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD656C is #029A93. Grayscale: #939393. Windows color (decimal): -170644 or 7103997. OLE color: 7103997.
HSL color Cylindrical-coordinate representation of color #FD656C: hue angle of 357.24º 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 #FD656C is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 108 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.01 |
| HSL | 357.24º | 0.97% | 0.69% | - |
| HSV(B) | 357.24º | 0.6% | 0.99% | - |
| XYZ | 47.87 | 31.27 | 17.7 | - |
| YUV | 147.25 | 105.86 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 108 | 0 | 0.60 | 0.57 | 0.01 | 357.24 | 0.97 | 0.69 |
| Hex | FD | 65 | 6C | 0 | 3C | 39 | 1 | 165 | 61 | 45 |
| Octal | 375 | 145 | 154 | 0 | 74 | 71 | 1 | 545 | 141 | 105 |
| Binary | 11111101 | 1100101 | 1101100 | 0 | 111100 | 111001 | 1 | 101100101 | 1100001 | 1000101 |
Color Harmonies of #FD656C
Complementary color
Monochromatic Colors of #FD656C
Black with #FD656C
Text Example
Text Example
White with #FD656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD656C; }
p { color: rgb(253,101,108); }
H1.HeaderClassName
{
color: #FD656C;
}
.AnyTagClassName
{
color: #FD656C;
}
</style>
background-color css
<style>
a { background-color: #FD656C; }
a { background-color: rgb(253,101,108); }
div.DivClassName
{
background-color: #FD656C;
}
.BgClassName
{
background-color: #FD656C;
}
</style>
border-color css
<style>
span { border-color: #FD656C; }
span { border-color: rgb(253,101,108); }
td.TdClassName
{
border-color: #FD656C;
}
.TagClassName
{
border-color: #FD656C;
}
</style>