Shades of Wild Watermelon #FD4D7D
Tints of Wild Watermelon #FD4D7D
RGB
CMYK
RGB Variations
Color information
#FD4D7D (or 0xFD4D7D) is known color: Wild Watermelon. HEX triplet: FD, 4D and 7D. RGB value is (253,77,125). Sum of RGB (Red+Green+Blue) = 253+77+125=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D7D is #02B282. Grayscale: #878787. Windows color (decimal): -176771 or 8211965. OLE color: 8211965.
HSL color Cylindrical-coordinate representation of color #FD4D7D: hue angle of 343.64º 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 #FD4D7D is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 125 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.01 |
| HSL | 343.64º | 0.98% | 0.65% | - |
| HSV(B) | 343.64º | 0.7% | 0.99% | - |
| XYZ | 46.86 | 27.67 | 22.27 | - |
| YUV | 135.1 | 122.31 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 125 | 0 | 0.70 | 0.51 | 0.01 | 343.64 | 0.98 | 0.65 |
| Hex | FD | 4D | 7D | 0 | 46 | 33 | 1 | 158 | 62 | 41 |
| Octal | 375 | 115 | 175 | 0 | 106 | 63 | 1 | 530 | 142 | 101 |
| Binary | 11111101 | 1001101 | 1111101 | 0 | 1000110 | 110011 | 1 | 101011000 | 1100010 | 1000001 |
Color Harmonies of #FD4D7D
Complementary color
Monochromatic Colors of #FD4D7D
Black with #FD4D7D
Text Example
Text Example
White with #FD4D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D7D; }
p { color: rgb(253,77,125); }
H1.HeaderClassName
{
color: #FD4D7D;
}
.AnyTagClassName
{
color: #FD4D7D;
}
</style>
background-color css
<style>
a { background-color: #FD4D7D; }
a { background-color: rgb(253,77,125); }
div.DivClassName
{
background-color: #FD4D7D;
}
.BgClassName
{
background-color: #FD4D7D;
}
</style>
border-color css
<style>
span { border-color: #FD4D7D; }
span { border-color: rgb(253,77,125); }
td.TdClassName
{
border-color: #FD4D7D;
}
.TagClassName
{
border-color: #FD4D7D;
}
</style>