Shades of Wild Watermelon #FD5D64
Tints of Wild Watermelon #FD5D64
RGB
CMYK
RGB Variations
Color information
#FD5D64 (or 0xFD5D64) is known color: Wild Watermelon. HEX triplet: FD, 5D and 64. RGB value is (253,93,100). Sum of RGB (Red+Green+Blue) = 253+93+100=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5D64 is #02A29B. Grayscale: #8D8D8D. Windows color (decimal): -172700 or 6577661. OLE color: 6577661.
HSL color Cylindrical-coordinate representation of color #FD5D64: hue angle of 357.38º 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 #FD5D64 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 100 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.01 |
| HSL | 357.38º | 0.98% | 0.68% | - |
| HSV(B) | 357.38º | 0.63% | 0.99% | - |
| XYZ | 46.72 | 29.63 | 15.31 | - |
| YUV | 141.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 100 | 0 | 0.63 | 0.60 | 0.01 | 357.38 | 0.98 | 0.68 |
| Hex | FD | 5D | 64 | 0 | 3F | 3C | 1 | 165 | 62 | 44 |
| Octal | 375 | 135 | 144 | 0 | 77 | 74 | 1 | 545 | 142 | 104 |
| Binary | 11111101 | 1011101 | 1100100 | 0 | 111111 | 111100 | 1 | 101100101 | 1100010 | 1000100 |
Color Harmonies of #FD5D64
Complementary color
Monochromatic Colors of #FD5D64
Black with #FD5D64
Text Example
Text Example
White with #FD5D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5D64; }
p { color: rgb(253,93,100); }
H1.HeaderClassName
{
color: #FD5D64;
}
.AnyTagClassName
{
color: #FD5D64;
}
</style>
background-color css
<style>
a { background-color: #FD5D64; }
a { background-color: rgb(253,93,100); }
div.DivClassName
{
background-color: #FD5D64;
}
.BgClassName
{
background-color: #FD5D64;
}
</style>
border-color css
<style>
span { border-color: #FD5D64; }
span { border-color: rgb(253,93,100); }
td.TdClassName
{
border-color: #FD5D64;
}
.TagClassName
{
border-color: #FD5D64;
}
</style>