Shades of Wild Watermelon #FD5C70
Tints of Wild Watermelon #FD5C70
RGB
CMYK
RGB Variations
Color information
#FD5C70 (or 0xFD5C70) is known color: Wild Watermelon. HEX triplet: FD, 5C and 70. RGB value is (253,92,112). Sum of RGB (Red+Green+Blue) = 253+92+112=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C70 is #02A38F. Grayscale: #8E8E8E. Windows color (decimal): -172944 or 7363837. OLE color: 7363837.
HSL color Cylindrical-coordinate representation of color #FD5C70: hue angle of 352.55º 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 #FD5C70 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 112 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.01 |
| HSL | 352.55º | 0.98% | 0.68% | - |
| HSV(B) | 352.55º | 0.64% | 0.99% | - |
| XYZ | 47.26 | 29.71 | 18.57 | - |
| YUV | 142.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 112 | 0 | 0.64 | 0.56 | 0.01 | 352.55 | 0.98 | 0.68 |
| Hex | FD | 5C | 70 | 0 | 40 | 38 | 1 | 161 | 62 | 44 |
| Octal | 375 | 134 | 160 | 0 | 100 | 70 | 1 | 541 | 142 | 104 |
| Binary | 11111101 | 1011100 | 1110000 | 0 | 1000000 | 111000 | 1 | 101100001 | 1100010 | 1000100 |
Color Harmonies of #FD5C70
Complementary color
Monochromatic Colors of #FD5C70
Black with #FD5C70
Text Example
Text Example
White with #FD5C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5C70; }
p { color: rgb(253,92,112); }
H1.HeaderClassName
{
color: #FD5C70;
}
.AnyTagClassName
{
color: #FD5C70;
}
</style>
background-color css
<style>
a { background-color: #FD5C70; }
a { background-color: rgb(253,92,112); }
div.DivClassName
{
background-color: #FD5C70;
}
.BgClassName
{
background-color: #FD5C70;
}
</style>
border-color css
<style>
span { border-color: #FD5C70; }
span { border-color: rgb(253,92,112); }
td.TdClassName
{
border-color: #FD5C70;
}
.TagClassName
{
border-color: #FD5C70;
}
</style>