Shades of Wild Watermelon #FD5D6D
Tints of Wild Watermelon #FD5D6D
RGB
CMYK
RGB Variations
Color information
#FD5D6D (or 0xFD5D6D) is known color: Wild Watermelon. HEX triplet: FD, 5D and 6D. RGB value is (253,93,109). Sum of RGB (Red+Green+Blue) = 253+93+109=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5D6D is #02A292. Grayscale: #8E8E8E. Windows color (decimal): -172691 or 7167485. OLE color: 7167485.
HSL color Cylindrical-coordinate representation of color #FD5D6D: hue angle of 354º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5D6D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 109 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.01 |
| HSL | 354º | 0.98% | 0.68% | - |
| HSV(B) | 354º | 0.63% | 0.99% | - |
| XYZ | 47.18 | 29.82 | 17.74 | - |
| YUV | 142.66 | 109.01 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 109 | 0 | 0.63 | 0.57 | 0.01 | 354 | 0.98 | 0.68 |
| Hex | FD | 5D | 6D | 0 | 3F | 39 | 1 | 162 | 62 | 44 |
| Octal | 375 | 135 | 155 | 0 | 77 | 71 | 1 | 542 | 142 | 104 |
| Binary | 11111101 | 1011101 | 1101101 | 0 | 111111 | 111001 | 1 | 101100010 | 1100010 | 1000100 |
Color Harmonies of #FD5D6D
Complementary color
Monochromatic Colors of #FD5D6D
Black with #FD5D6D
Text Example
Text Example
White with #FD5D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5D6D; }
p { color: rgb(253,93,109); }
H1.HeaderClassName
{
color: #FD5D6D;
}
.AnyTagClassName
{
color: #FD5D6D;
}
</style>
background-color css
<style>
a { background-color: #FD5D6D; }
a { background-color: rgb(253,93,109); }
div.DivClassName
{
background-color: #FD5D6D;
}
.BgClassName
{
background-color: #FD5D6D;
}
</style>
border-color css
<style>
span { border-color: #FD5D6D; }
span { border-color: rgb(253,93,109); }
td.TdClassName
{
border-color: #FD5D6D;
}
.TagClassName
{
border-color: #FD5D6D;
}
</style>