Shades of Wild Watermelon #FD5471
Tints of Wild Watermelon #FD5471
RGB
CMYK
RGB Variations
Color information
#FD5471 (or 0xFD5471) is known color: Wild Watermelon. HEX triplet: FD, 54 and 71. RGB value is (253,84,113). Sum of RGB (Red+Green+Blue) = 253+84+113=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5471 is #02AB8E. Grayscale: #898989. Windows color (decimal): -174991 or 7427325. OLE color: 7427325.
HSL color Cylindrical-coordinate representation of color #FD5471: hue angle of 349.7º 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 #FD5471 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 84 | 113 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.01 |
| HSL | 349.7º | 0.98% | 0.66% | - |
| HSV(B) | 349.7º | 0.67% | 0.99% | - |
| XYZ | 46.66 | 28.42 | 18.65 | - |
| YUV | 137.84 | 113.99 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 84 | 113 | 0 | 0.67 | 0.55 | 0.01 | 349.7 | 0.98 | 0.66 |
| Hex | FD | 54 | 71 | 0 | 43 | 37 | 1 | 15E | 62 | 42 |
| Octal | 375 | 124 | 161 | 0 | 103 | 67 | 1 | 536 | 142 | 102 |
| Binary | 11111101 | 1010100 | 1110001 | 0 | 1000011 | 110111 | 1 | 101011110 | 1100010 | 1000010 |
Color Harmonies of #FD5471
Complementary color
Monochromatic Colors of #FD5471
Black with #FD5471
Text Example
Text Example
White with #FD5471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5471; }
p { color: rgb(253,84,113); }
H1.HeaderClassName
{
color: #FD5471;
}
.AnyTagClassName
{
color: #FD5471;
}
</style>
background-color css
<style>
a { background-color: #FD5471; }
a { background-color: rgb(253,84,113); }
div.DivClassName
{
background-color: #FD5471;
}
.BgClassName
{
background-color: #FD5471;
}
</style>
border-color css
<style>
span { border-color: #FD5471; }
span { border-color: rgb(253,84,113); }
td.TdClassName
{
border-color: #FD5471;
}
.TagClassName
{
border-color: #FD5471;
}
</style>