Shades of Wild Watermelon #FD4973
Tints of Wild Watermelon #FD4973
RGB
CMYK
RGB Variations
Color information
#FD4973 (or 0xFD4973) is known color: Wild Watermelon. HEX triplet: FD, 49 and 73. RGB value is (253,73,115). Sum of RGB (Red+Green+Blue) = 253+73+115=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4973 is #02B68C. Grayscale: #838383. Windows color (decimal): -177805 or 7555581. OLE color: 7555581.
HSL color Cylindrical-coordinate representation of color #FD4973: hue angle of 346º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4973 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 115 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.01 |
| HSL | 346º | 0.98% | 0.64% | - |
| HSV(B) | 346º | 0.71% | 0.99% | - |
| XYZ | 45.99 | 26.89 | 18.99 | - |
| YUV | 131.61 | 118.63 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 115 | 0 | 0.71 | 0.55 | 0.01 | 346 | 0.98 | 0.64 |
| Hex | FD | 49 | 73 | 0 | 47 | 37 | 1 | 15A | 62 | 40 |
| Octal | 375 | 111 | 163 | 0 | 107 | 67 | 1 | 532 | 142 | 100 |
| Binary | 11111101 | 1001001 | 1110011 | 0 | 1000111 | 110111 | 1 | 101011010 | 1100010 | 1000000 |
Color Harmonies of #FD4973
Complementary color
Monochromatic Colors of #FD4973
Black with #FD4973
Text Example
Text Example
White with #FD4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4973; }
p { color: rgb(253,73,115); }
H1.HeaderClassName
{
color: #FD4973;
}
.AnyTagClassName
{
color: #FD4973;
}
</style>
background-color css
<style>
a { background-color: #FD4973; }
a { background-color: rgb(253,73,115); }
div.DivClassName
{
background-color: #FD4973;
}
.BgClassName
{
background-color: #FD4973;
}
</style>
border-color css
<style>
span { border-color: #FD4973; }
span { border-color: rgb(253,73,115); }
td.TdClassName
{
border-color: #FD4973;
}
.TagClassName
{
border-color: #FD4973;
}
</style>