Shades of Wild Watermelon #FD5978
Tints of Wild Watermelon #FD5978
RGB
CMYK
RGB Variations
Color information
#FD5978 (or 0xFD5978) is known color: Wild Watermelon. HEX triplet: FD, 59 and 78. RGB value is (253,89,120). Sum of RGB (Red+Green+Blue) = 253+89+120=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5978 is #02A687. Grayscale: #8D8D8D. Windows color (decimal): -173704 or 7887357. OLE color: 7887357.
HSL color Cylindrical-coordinate representation of color #FD5978: hue angle of 348.66º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD5978 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 89 | 120 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.01 |
| HSL | 348.66º | 0.98% | 0.67% | - |
| HSV(B) | 348.66º | 0.65% | 0.99% | - |
| XYZ | 47.47 | 29.38 | 20.94 | - |
| YUV | 141.57 | 115.83 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 89 | 120 | 0 | 0.65 | 0.53 | 0.01 | 348.66 | 0.98 | 0.67 |
| Hex | FD | 59 | 78 | 0 | 41 | 35 | 1 | 15D | 62 | 43 |
| Octal | 375 | 131 | 170 | 0 | 101 | 65 | 1 | 535 | 142 | 103 |
| Binary | 11111101 | 1011001 | 1111000 | 0 | 1000001 | 110101 | 1 | 101011101 | 1100010 | 1000011 |
Color Harmonies of #FD5978
Complementary color
Monochromatic Colors of #FD5978
Black with #FD5978
Text Example
Text Example
White with #FD5978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5978; }
p { color: rgb(253,89,120); }
H1.HeaderClassName
{
color: #FD5978;
}
.AnyTagClassName
{
color: #FD5978;
}
</style>
background-color css
<style>
a { background-color: #FD5978; }
a { background-color: rgb(253,89,120); }
div.DivClassName
{
background-color: #FD5978;
}
.BgClassName
{
background-color: #FD5978;
}
</style>
border-color css
<style>
span { border-color: #FD5978; }
span { border-color: rgb(253,89,120); }
td.TdClassName
{
border-color: #FD5978;
}
.TagClassName
{
border-color: #FD5978;
}
</style>