Shades of Wild Watermelon #FD587C
Tints of Wild Watermelon #FD587C
RGB
CMYK
RGB Variations
Color information
#FD587C (or 0xFD587C) is known color: Wild Watermelon. HEX triplet: FD, 58 and 7C. RGB value is (253,88,124). Sum of RGB (Red+Green+Blue) = 253+88+124=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD587C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD587C is #02A783. Grayscale: #8D8D8D. Windows color (decimal): -173956 or 8149245. OLE color: 8149245.
HSL color Cylindrical-coordinate representation of color #FD587C: hue angle of 346.91º 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 #FD587C is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 88 | 124 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.01 |
| HSL | 346.91º | 0.98% | 0.67% | - |
| HSV(B) | 346.91º | 0.65% | 0.99% | - |
| XYZ | 47.64 | 29.32 | 22.22 | - |
| YUV | 141.44 | 118.16 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 88 | 124 | 0 | 0.65 | 0.51 | 0.01 | 346.91 | 0.98 | 0.67 |
| Hex | FD | 58 | 7C | 0 | 41 | 33 | 1 | 15B | 62 | 43 |
| Octal | 375 | 130 | 174 | 0 | 101 | 63 | 1 | 533 | 142 | 103 |
| Binary | 11111101 | 1011000 | 1111100 | 0 | 1000001 | 110011 | 1 | 101011011 | 1100010 | 1000011 |
Color Harmonies of #FD587C
Complementary color
Monochromatic Colors of #FD587C
Black with #FD587C
Text Example
Text Example
White with #FD587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD587C; }
p { color: rgb(253,88,124); }
H1.HeaderClassName
{
color: #FD587C;
}
.AnyTagClassName
{
color: #FD587C;
}
</style>
background-color css
<style>
a { background-color: #FD587C; }
a { background-color: rgb(253,88,124); }
div.DivClassName
{
background-color: #FD587C;
}
.BgClassName
{
background-color: #FD587C;
}
</style>
border-color css
<style>
span { border-color: #FD587C; }
span { border-color: rgb(253,88,124); }
td.TdClassName
{
border-color: #FD587C;
}
.TagClassName
{
border-color: #FD587C;
}
</style>