Shades of Wild Watermelon #FD5066
Tints of Wild Watermelon #FD5066
RGB
CMYK
RGB Variations
Color information
#FD5066 (or 0xFD5066) is known color: Wild Watermelon. HEX triplet: FD, 50 and 66. RGB value is (253,80,102). Sum of RGB (Red+Green+Blue) = 253+80+102=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5066 is #02AF99. Grayscale: #868686. Windows color (decimal): -176026 or 6705405. OLE color: 6705405.
HSL color Cylindrical-coordinate representation of color #FD5066: hue angle of 352.37º 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 #FD5066 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 102 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.01 |
| HSL | 352.37º | 0.98% | 0.65% | - |
| HSV(B) | 352.37º | 0.68% | 0.99% | - |
| XYZ | 45.77 | 27.58 | 15.48 | - |
| YUV | 134.24 | 109.81 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 102 | 0 | 0.68 | 0.60 | 0.01 | 352.37 | 0.98 | 0.65 |
| Hex | FD | 50 | 66 | 0 | 44 | 3C | 1 | 160 | 62 | 41 |
| Octal | 375 | 120 | 146 | 0 | 104 | 74 | 1 | 540 | 142 | 101 |
| Binary | 11111101 | 1010000 | 1100110 | 0 | 1000100 | 111100 | 1 | 101100000 | 1100010 | 1000001 |
Color Harmonies of #FD5066
Complementary color
Monochromatic Colors of #FD5066
Black with #FD5066
Text Example
Text Example
White with #FD5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5066; }
p { color: rgb(253,80,102); }
H1.HeaderClassName
{
color: #FD5066;
}
.AnyTagClassName
{
color: #FD5066;
}
</style>
background-color css
<style>
a { background-color: #FD5066; }
a { background-color: rgb(253,80,102); }
div.DivClassName
{
background-color: #FD5066;
}
.BgClassName
{
background-color: #FD5066;
}
</style>
border-color css
<style>
span { border-color: #FD5066; }
span { border-color: rgb(253,80,102); }
td.TdClassName
{
border-color: #FD5066;
}
.TagClassName
{
border-color: #FD5066;
}
</style>