Shades of Wild Watermelon #FD5466
Tints of Wild Watermelon #FD5466
RGB
CMYK
RGB Variations
Color information
#FD5466 (or 0xFD5466) is known color: Wild Watermelon. HEX triplet: FD, 54 and 66. RGB value is (253,84,102). Sum of RGB (Red+Green+Blue) = 253+84+102=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5466 is #02AB99. Grayscale: #888888. Windows color (decimal): -175002 or 6706429. OLE color: 6706429.
HSL color Cylindrical-coordinate representation of color #FD5466: hue angle of 353.61º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD5466 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 84 | 102 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.01 |
| HSL | 353.61º | 0.98% | 0.66% | - |
| HSV(B) | 353.61º | 0.67% | 0.99% | - |
| XYZ | 46.08 | 28.18 | 15.58 | - |
| YUV | 136.58 | 108.49 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 84 | 102 | 0 | 0.67 | 0.60 | 0.01 | 353.61 | 0.98 | 0.66 |
| Hex | FD | 54 | 66 | 0 | 43 | 3C | 1 | 162 | 62 | 42 |
| Octal | 375 | 124 | 146 | 0 | 103 | 74 | 1 | 542 | 142 | 102 |
| Binary | 11111101 | 1010100 | 1100110 | 0 | 1000011 | 111100 | 1 | 101100010 | 1100010 | 1000010 |
Color Harmonies of #FD5466
Complementary color
Monochromatic Colors of #FD5466
Black with #FD5466
Text Example
Text Example
White with #FD5466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5466; }
p { color: rgb(253,84,102); }
H1.HeaderClassName
{
color: #FD5466;
}
.AnyTagClassName
{
color: #FD5466;
}
</style>
background-color css
<style>
a { background-color: #FD5466; }
a { background-color: rgb(253,84,102); }
div.DivClassName
{
background-color: #FD5466;
}
.BgClassName
{
background-color: #FD5466;
}
</style>
border-color css
<style>
span { border-color: #FD5466; }
span { border-color: rgb(253,84,102); }
td.TdClassName
{
border-color: #FD5466;
}
.TagClassName
{
border-color: #FD5466;
}
</style>