Shades of Wild Watermelon #FD5666
Tints of Wild Watermelon #FD5666
RGB
CMYK
RGB Variations
Color information
#FD5666 (or 0xFD5666) is known color: Wild Watermelon. HEX triplet: FD, 56 and 66. RGB value is (253,86,102). Sum of RGB (Red+Green+Blue) = 253+86+102=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5666 is #02A999. Grayscale: #898989. Windows color (decimal): -174490 or 6706941. OLE color: 6706941.
HSL color Cylindrical-coordinate representation of color #FD5666: hue angle of 354.25º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD5666 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 86 | 102 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.01 |
| HSL | 354.25º | 0.98% | 0.66% | - |
| HSV(B) | 354.25º | 0.66% | 0.99% | - |
| XYZ | 46.23 | 28.5 | 15.63 | - |
| YUV | 137.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 86 | 102 | 0 | 0.66 | 0.60 | 0.01 | 354.25 | 0.98 | 0.66 |
| Hex | FD | 56 | 66 | 0 | 42 | 3C | 1 | 162 | 62 | 42 |
| Octal | 375 | 126 | 146 | 0 | 102 | 74 | 1 | 542 | 142 | 102 |
| Binary | 11111101 | 1010110 | 1100110 | 0 | 1000010 | 111100 | 1 | 101100010 | 1100010 | 1000010 |
Color Harmonies of #FD5666
Complementary color
Monochromatic Colors of #FD5666
Black with #FD5666
Text Example
Text Example
White with #FD5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5666; }
p { color: rgb(253,86,102); }
H1.HeaderClassName
{
color: #FD5666;
}
.AnyTagClassName
{
color: #FD5666;
}
</style>
background-color css
<style>
a { background-color: #FD5666; }
a { background-color: rgb(253,86,102); }
div.DivClassName
{
background-color: #FD5666;
}
.BgClassName
{
background-color: #FD5666;
}
</style>
border-color css
<style>
span { border-color: #FD5666; }
span { border-color: rgb(253,86,102); }
td.TdClassName
{
border-color: #FD5666;
}
.TagClassName
{
border-color: #FD5666;
}
</style>