Shades of Wild Watermelon #FD516D
Tints of Wild Watermelon #FD516D
RGB
CMYK
RGB Variations
Color information
#FD516D (or 0xFD516D) is known color: Wild Watermelon. HEX triplet: FD, 51 and 6D. RGB value is (253,81,109). Sum of RGB (Red+Green+Blue) = 253+81+109=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD516D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD516D is #02AE92. Grayscale: #878787. Windows color (decimal): -175763 or 7164413. OLE color: 7164413.
HSL color Cylindrical-coordinate representation of color #FD516D: hue angle of 350.23º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD516D is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 81 | 109 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.01 |
| HSL | 350.23º | 0.98% | 0.65% | - |
| HSV(B) | 350.23º | 0.68% | 0.99% | - |
| XYZ | 46.21 | 27.87 | 17.41 | - |
| YUV | 135.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 81 | 109 | 0 | 0.68 | 0.57 | 0.01 | 350.23 | 0.98 | 0.65 |
| Hex | FD | 51 | 6D | 0 | 44 | 39 | 1 | 15E | 62 | 41 |
| Octal | 375 | 121 | 155 | 0 | 104 | 71 | 1 | 536 | 142 | 101 |
| Binary | 11111101 | 1010001 | 1101101 | 0 | 1000100 | 111001 | 1 | 101011110 | 1100010 | 1000001 |
Color Harmonies of #FD516D
Complementary color
Monochromatic Colors of #FD516D
Black with #FD516D
Text Example
Text Example
White with #FD516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD516D; }
p { color: rgb(253,81,109); }
H1.HeaderClassName
{
color: #FD516D;
}
.AnyTagClassName
{
color: #FD516D;
}
</style>
background-color css
<style>
a { background-color: #FD516D; }
a { background-color: rgb(253,81,109); }
div.DivClassName
{
background-color: #FD516D;
}
.BgClassName
{
background-color: #FD516D;
}
</style>
border-color css
<style>
span { border-color: #FD516D; }
span { border-color: rgb(253,81,109); }
td.TdClassName
{
border-color: #FD516D;
}
.TagClassName
{
border-color: #FD516D;
}
</style>