Shades of Wild Watermelon #FD4D64
Tints of Wild Watermelon #FD4D64
RGB
CMYK
RGB Variations
Color information
#FD4D64 (or 0xFD4D64) is known color: Wild Watermelon. HEX triplet: FD, 4D and 64. RGB value is (253,77,100). Sum of RGB (Red+Green+Blue) = 253+77+100=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D64 is #02B29B. Grayscale: #848484. Windows color (decimal): -176796 or 6573565. OLE color: 6573565.
HSL color Cylindrical-coordinate representation of color #FD4D64: hue angle of 352.16º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4D64 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 100 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.01 |
| HSL | 352.16º | 0.98% | 0.65% | - |
| HSV(B) | 352.16º | 0.7% | 0.99% | - |
| XYZ | 45.46 | 27.11 | 14.89 | - |
| YUV | 132.25 | 109.81 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 100 | 0 | 0.70 | 0.60 | 0.01 | 352.16 | 0.98 | 0.65 |
| Hex | FD | 4D | 64 | 0 | 46 | 3C | 1 | 160 | 62 | 41 |
| Octal | 375 | 115 | 144 | 0 | 106 | 74 | 1 | 540 | 142 | 101 |
| Binary | 11111101 | 1001101 | 1100100 | 0 | 1000110 | 111100 | 1 | 101100000 | 1100010 | 1000001 |
Color Harmonies of #FD4D64
Complementary color
Monochromatic Colors of #FD4D64
Black with #FD4D64
Text Example
Text Example
White with #FD4D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D64; }
p { color: rgb(253,77,100); }
H1.HeaderClassName
{
color: #FD4D64;
}
.AnyTagClassName
{
color: #FD4D64;
}
</style>
background-color css
<style>
a { background-color: #FD4D64; }
a { background-color: rgb(253,77,100); }
div.DivClassName
{
background-color: #FD4D64;
}
.BgClassName
{
background-color: #FD4D64;
}
</style>
border-color css
<style>
span { border-color: #FD4D64; }
span { border-color: rgb(253,77,100); }
td.TdClassName
{
border-color: #FD4D64;
}
.TagClassName
{
border-color: #FD4D64;
}
</style>