Shades of Wild Watermelon #FD4D7C
Tints of Wild Watermelon #FD4D7C
RGB
CMYK
RGB Variations
Color information
#FD4D7C (or 0xFD4D7C) is known color: Wild Watermelon. HEX triplet: FD, 4D and 7C. RGB value is (253,77,124). Sum of RGB (Red+Green+Blue) = 253+77+124=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D7C is #02B283. Grayscale: #868686. Windows color (decimal): -176772 or 8146429. OLE color: 8146429.
HSL color Cylindrical-coordinate representation of color #FD4D7C: hue angle of 343.98º 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 #FD4D7C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 124 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.01 |
| HSL | 343.98º | 0.98% | 0.65% | - |
| HSV(B) | 343.98º | 0.7% | 0.99% | - |
| XYZ | 46.8 | 27.65 | 21.94 | - |
| YUV | 134.98 | 121.81 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 124 | 0 | 0.70 | 0.51 | 0.01 | 343.98 | 0.98 | 0.65 |
| Hex | FD | 4D | 7C | 0 | 46 | 33 | 1 | 158 | 62 | 41 |
| Octal | 375 | 115 | 174 | 0 | 106 | 63 | 1 | 530 | 142 | 101 |
| Binary | 11111101 | 1001101 | 1111100 | 0 | 1000110 | 110011 | 1 | 101011000 | 1100010 | 1000001 |
Color Harmonies of #FD4D7C
Complementary color
Monochromatic Colors of #FD4D7C
Black with #FD4D7C
Text Example
Text Example
White with #FD4D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D7C; }
p { color: rgb(253,77,124); }
H1.HeaderClassName
{
color: #FD4D7C;
}
.AnyTagClassName
{
color: #FD4D7C;
}
</style>
background-color css
<style>
a { background-color: #FD4D7C; }
a { background-color: rgb(253,77,124); }
div.DivClassName
{
background-color: #FD4D7C;
}
.BgClassName
{
background-color: #FD4D7C;
}
</style>
border-color css
<style>
span { border-color: #FD4D7C; }
span { border-color: rgb(253,77,124); }
td.TdClassName
{
border-color: #FD4D7C;
}
.TagClassName
{
border-color: #FD4D7C;
}
</style>