Shades of Wild Watermelon #FD595E
Tints of Wild Watermelon #FD595E
RGB
CMYK
RGB Variations
Color information
#FD595E (or 0xFD595E) is known color: Wild Watermelon. HEX triplet: FD, 59 and 5E. RGB value is (253,89,94). Sum of RGB (Red+Green+Blue) = 253+89+94=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD595E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD595E is #02A6A1. Grayscale: #8A8A8A. Windows color (decimal): -173730 or 6183421. OLE color: 6183421.
HSL color Cylindrical-coordinate representation of color #FD595E: hue angle of 358.17º 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 #FD595E is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 89 | 94 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.01 |
| HSL | 358.17º | 0.98% | 0.67% | - |
| HSV(B) | 358.17º | 0.65% | 0.99% | - |
| XYZ | 46.1 | 28.84 | 13.73 | - |
| YUV | 138.61 | 102.83 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 89 | 94 | 0 | 0.65 | 0.63 | 0.01 | 358.17 | 0.98 | 0.67 |
| Hex | FD | 59 | 5E | 0 | 41 | 3F | 1 | 166 | 62 | 43 |
| Octal | 375 | 131 | 136 | 0 | 101 | 77 | 1 | 546 | 142 | 103 |
| Binary | 11111101 | 1011001 | 1011110 | 0 | 1000001 | 111111 | 1 | 101100110 | 1100010 | 1000011 |
Color Harmonies of #FD595E
Complementary color
Monochromatic Colors of #FD595E
Black with #FD595E
Text Example
Text Example
White with #FD595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD595E; }
p { color: rgb(253,89,94); }
H1.HeaderClassName
{
color: #FD595E;
}
.AnyTagClassName
{
color: #FD595E;
}
</style>
background-color css
<style>
a { background-color: #FD595E; }
a { background-color: rgb(253,89,94); }
div.DivClassName
{
background-color: #FD595E;
}
.BgClassName
{
background-color: #FD595E;
}
</style>
border-color css
<style>
span { border-color: #FD595E; }
span { border-color: rgb(253,89,94); }
td.TdClassName
{
border-color: #FD595E;
}
.TagClassName
{
border-color: #FD595E;
}
</style>