Shades of Wild Watermelon #FD5C64
Tints of Wild Watermelon #FD5C64
RGB
CMYK
RGB Variations
Color information
#FD5C64 (or 0xFD5C64) is known color: Wild Watermelon. HEX triplet: FD, 5C and 64. RGB value is (253,92,100). Sum of RGB (Red+Green+Blue) = 253+92+100=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C64 is #02A39B. Grayscale: #8D8D8D. Windows color (decimal): -172956 or 6577405. OLE color: 6577405.
HSL color Cylindrical-coordinate representation of color #FD5C64: hue angle of 357.02º 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 #FD5C64 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 100 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.01 |
| HSL | 357.02º | 0.98% | 0.68% | - |
| HSV(B) | 357.02º | 0.64% | 0.99% | - |
| XYZ | 46.64 | 29.46 | 15.28 | - |
| YUV | 141.05 | 104.84 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 100 | 0 | 0.64 | 0.60 | 0.01 | 357.02 | 0.98 | 0.68 |
| Hex | FD | 5C | 64 | 0 | 40 | 3C | 1 | 165 | 62 | 44 |
| Octal | 375 | 134 | 144 | 0 | 100 | 74 | 1 | 545 | 142 | 104 |
| Binary | 11111101 | 1011100 | 1100100 | 0 | 1000000 | 111100 | 1 | 101100101 | 1100010 | 1000100 |
Color Harmonies of #FD5C64
Complementary color
Monochromatic Colors of #FD5C64
Black with #FD5C64
Text Example
Text Example
White with #FD5C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5C64; }
p { color: rgb(253,92,100); }
H1.HeaderClassName
{
color: #FD5C64;
}
.AnyTagClassName
{
color: #FD5C64;
}
</style>
background-color css
<style>
a { background-color: #FD5C64; }
a { background-color: rgb(253,92,100); }
div.DivClassName
{
background-color: #FD5C64;
}
.BgClassName
{
background-color: #FD5C64;
}
</style>
border-color css
<style>
span { border-color: #FD5C64; }
span { border-color: rgb(253,92,100); }
td.TdClassName
{
border-color: #FD5C64;
}
.TagClassName
{
border-color: #FD5C64;
}
</style>