Shades of Wild Watermelon #FD4D6C
Tints of Wild Watermelon #FD4D6C
RGB
CMYK
RGB Variations
Color information
#FD4D6C (or 0xFD4D6C) is known color: Wild Watermelon. HEX triplet: FD, 4D and 6C. RGB value is (253,77,108). Sum of RGB (Red+Green+Blue) = 253+77+108=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D6C is #02B293. Grayscale: #858585. Windows color (decimal): -176788 or 7097853. OLE color: 7097853.
HSL color Cylindrical-coordinate representation of color #FD4D6C: hue angle of 349.43º 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 #FD4D6C is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 108 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.01 |
| HSL | 349.43º | 0.98% | 0.65% | - |
| HSV(B) | 349.43º | 0.7% | 0.99% | - |
| XYZ | 45.87 | 27.27 | 17.03 | - |
| YUV | 133.16 | 113.81 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 108 | 0 | 0.70 | 0.57 | 0.01 | 349.43 | 0.98 | 0.65 |
| Hex | FD | 4D | 6C | 0 | 46 | 39 | 1 | 15D | 62 | 41 |
| Octal | 375 | 115 | 154 | 0 | 106 | 71 | 1 | 535 | 142 | 101 |
| Binary | 11111101 | 1001101 | 1101100 | 0 | 1000110 | 111001 | 1 | 101011101 | 1100010 | 1000001 |
Color Harmonies of #FD4D6C
Complementary color
Monochromatic Colors of #FD4D6C
Black with #FD4D6C
Text Example
Text Example
White with #FD4D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D6C; }
p { color: rgb(253,77,108); }
H1.HeaderClassName
{
color: #FD4D6C;
}
.AnyTagClassName
{
color: #FD4D6C;
}
</style>
background-color css
<style>
a { background-color: #FD4D6C; }
a { background-color: rgb(253,77,108); }
div.DivClassName
{
background-color: #FD4D6C;
}
.BgClassName
{
background-color: #FD4D6C;
}
</style>
border-color css
<style>
span { border-color: #FD4D6C; }
span { border-color: rgb(253,77,108); }
td.TdClassName
{
border-color: #FD4D6C;
}
.TagClassName
{
border-color: #FD4D6C;
}
</style>