Shades of Wild Watermelon #FD585C
Tints of Wild Watermelon #FD585C
RGB
CMYK
RGB Variations
Color information
#FD585C (or 0xFD585C) is known color: Wild Watermelon. HEX triplet: FD, 58 and 5C. RGB value is (253,88,92). Sum of RGB (Red+Green+Blue) = 253+88+92=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD585C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD585C is #02A7A3. Grayscale: #898989. Windows color (decimal): -173988 or 6052093. OLE color: 6052093.
HSL color Cylindrical-coordinate representation of color #FD585C: hue angle of 358.55º 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 #FD585C is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 88 | 92 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.01 |
| HSL | 358.55º | 0.98% | 0.67% | - |
| HSV(B) | 358.55º | 0.65% | 0.99% | - |
| XYZ | 45.93 | 28.63 | 13.23 | - |
| YUV | 137.79 | 102.16 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 88 | 92 | 0 | 0.65 | 0.64 | 0.01 | 358.55 | 0.98 | 0.67 |
| Hex | FD | 58 | 5C | 0 | 41 | 40 | 1 | 167 | 62 | 43 |
| Octal | 375 | 130 | 134 | 0 | 101 | 100 | 1 | 547 | 142 | 103 |
| Binary | 11111101 | 1011000 | 1011100 | 0 | 1000001 | 1000000 | 1 | 101100111 | 1100010 | 1000011 |
Color Harmonies of #FD585C
Complementary color
Monochromatic Colors of #FD585C
Black with #FD585C
Text Example
Text Example
White with #FD585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD585C; }
p { color: rgb(253,88,92); }
H1.HeaderClassName
{
color: #FD585C;
}
.AnyTagClassName
{
color: #FD585C;
}
</style>
background-color css
<style>
a { background-color: #FD585C; }
a { background-color: rgb(253,88,92); }
div.DivClassName
{
background-color: #FD585C;
}
.BgClassName
{
background-color: #FD585C;
}
</style>
border-color css
<style>
span { border-color: #FD585C; }
span { border-color: rgb(253,88,92); }
td.TdClassName
{
border-color: #FD585C;
}
.TagClassName
{
border-color: #FD585C;
}
</style>