Shades of Wild Watermelon #FD5C71
Tints of Wild Watermelon #FD5C71
RGB
CMYK
RGB Variations
Color information
#FD5C71 (or 0xFD5C71) is known color: Wild Watermelon. HEX triplet: FD, 5C and 71. RGB value is (253,92,113). Sum of RGB (Red+Green+Blue) = 253+92+113=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C71 is #02A38E. Grayscale: #8E8E8E. Windows color (decimal): -172943 or 7429373. OLE color: 7429373.
HSL color Cylindrical-coordinate representation of color #FD5C71: hue angle of 352.17º 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 #FD5C71 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 113 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.01 |
| HSL | 352.17º | 0.98% | 0.68% | - |
| HSV(B) | 352.17º | 0.64% | 0.99% | - |
| XYZ | 47.32 | 29.73 | 18.87 | - |
| YUV | 142.53 | 111.34 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 113 | 0 | 0.64 | 0.55 | 0.01 | 352.17 | 0.98 | 0.68 |
| Hex | FD | 5C | 71 | 0 | 40 | 37 | 1 | 160 | 62 | 44 |
| Octal | 375 | 134 | 161 | 0 | 100 | 67 | 1 | 540 | 142 | 104 |
| Binary | 11111101 | 1011100 | 1110001 | 0 | 1000000 | 110111 | 1 | 101100000 | 1100010 | 1000100 |
Color Harmonies of #FD5C71
Complementary color
Monochromatic Colors of #FD5C71
Black with #FD5C71
Text Example
Text Example
White with #FD5C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5C71; }
p { color: rgb(253,92,113); }
H1.HeaderClassName
{
color: #FD5C71;
}
.AnyTagClassName
{
color: #FD5C71;
}
</style>
background-color css
<style>
a { background-color: #FD5C71; }
a { background-color: rgb(253,92,113); }
div.DivClassName
{
background-color: #FD5C71;
}
.BgClassName
{
background-color: #FD5C71;
}
</style>
border-color css
<style>
span { border-color: #FD5C71; }
span { border-color: rgb(253,92,113); }
td.TdClassName
{
border-color: #FD5C71;
}
.TagClassName
{
border-color: #FD5C71;
}
</style>