Shades of Wild Watermelon #FD4D6E
Tints of Wild Watermelon #FD4D6E
RGB
CMYK
RGB Variations
Color information
#FD4D6E (or 0xFD4D6E) is known color: Wild Watermelon. HEX triplet: FD, 4D and 6E. RGB value is (253,77,110). Sum of RGB (Red+Green+Blue) = 253+77+110=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D6E is #02B291. Grayscale: #858585. Windows color (decimal): -176786 or 7228925. OLE color: 7228925.
HSL color Cylindrical-coordinate representation of color #FD4D6E: hue angle of 348.75º 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 #FD4D6E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 110 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.01 |
| HSL | 348.75º | 0.98% | 0.65% | - |
| HSV(B) | 348.75º | 0.7% | 0.99% | - |
| XYZ | 45.98 | 27.32 | 17.6 | - |
| YUV | 133.39 | 114.81 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 110 | 0 | 0.70 | 0.57 | 0.01 | 348.75 | 0.98 | 0.65 |
| Hex | FD | 4D | 6E | 0 | 46 | 39 | 1 | 15D | 62 | 41 |
| Octal | 375 | 115 | 156 | 0 | 106 | 71 | 1 | 535 | 142 | 101 |
| Binary | 11111101 | 1001101 | 1101110 | 0 | 1000110 | 111001 | 1 | 101011101 | 1100010 | 1000001 |
Color Harmonies of #FD4D6E
Complementary color
Monochromatic Colors of #FD4D6E
Black with #FD4D6E
Text Example
Text Example
White with #FD4D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D6E; }
p { color: rgb(253,77,110); }
H1.HeaderClassName
{
color: #FD4D6E;
}
.AnyTagClassName
{
color: #FD4D6E;
}
</style>
background-color css
<style>
a { background-color: #FD4D6E; }
a { background-color: rgb(253,77,110); }
div.DivClassName
{
background-color: #FD4D6E;
}
.BgClassName
{
background-color: #FD4D6E;
}
</style>
border-color css
<style>
span { border-color: #FD4D6E; }
span { border-color: rgb(253,77,110); }
td.TdClassName
{
border-color: #FD4D6E;
}
.TagClassName
{
border-color: #FD4D6E;
}
</style>