Shades of Wild Watermelon #FD5C6D
Tints of Wild Watermelon #FD5C6D
RGB
CMYK
RGB Variations
Color information
#FD5C6D (or 0xFD5C6D) is known color: Wild Watermelon. HEX triplet: FD, 5C and 6D. RGB value is (253,92,109). Sum of RGB (Red+Green+Blue) = 253+92+109=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C6D is #02A392. Grayscale: #8E8E8E. Windows color (decimal): -172947 or 7167229. OLE color: 7167229.
HSL color Cylindrical-coordinate representation of color #FD5C6D: hue angle of 353.66º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5C6D is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 109 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.01 |
| HSL | 353.66º | 0.98% | 0.68% | - |
| HSV(B) | 353.66º | 0.64% | 0.99% | - |
| XYZ | 47.1 | 29.64 | 17.71 | - |
| YUV | 142.08 | 109.34 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 109 | 0 | 0.64 | 0.57 | 0.01 | 353.66 | 0.98 | 0.68 |
| Hex | FD | 5C | 6D | 0 | 40 | 39 | 1 | 162 | 62 | 44 |
| Octal | 375 | 134 | 155 | 0 | 100 | 71 | 1 | 542 | 142 | 104 |
| Binary | 11111101 | 1011100 | 1101101 | 0 | 1000000 | 111001 | 1 | 101100010 | 1100010 | 1000100 |
Color Harmonies of #FD5C6D
Complementary color
Monochromatic Colors of #FD5C6D
Black with #FD5C6D
Text Example
Text Example
White with #FD5C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5C6D; }
p { color: rgb(253,92,109); }
H1.HeaderClassName
{
color: #FD5C6D;
}
.AnyTagClassName
{
color: #FD5C6D;
}
</style>
background-color css
<style>
a { background-color: #FD5C6D; }
a { background-color: rgb(253,92,109); }
div.DivClassName
{
background-color: #FD5C6D;
}
.BgClassName
{
background-color: #FD5C6D;
}
</style>
border-color css
<style>
span { border-color: #FD5C6D; }
span { border-color: rgb(253,92,109); }
td.TdClassName
{
border-color: #FD5C6D;
}
.TagClassName
{
border-color: #FD5C6D;
}
</style>