Shades of Wild Watermelon #FD4773
Tints of Wild Watermelon #FD4773
RGB
CMYK
RGB Variations
Color information
#FD4773 (or 0xFD4773) is known color: Wild Watermelon. HEX triplet: FD, 47 and 73. RGB value is (253,71,115). Sum of RGB (Red+Green+Blue) = 253+71+115=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4773 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4773 is #02B88C. Grayscale: #828282. Windows color (decimal): -178317 or 7555069. OLE color: 7555069.
HSL color Cylindrical-coordinate representation of color #FD4773: hue angle of 345.49º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD4773 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 115 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.01 |
| HSL | 345.49º | 0.98% | 0.64% | - |
| HSV(B) | 345.49º | 0.72% | 0.99% | - |
| XYZ | 45.86 | 26.63 | 18.94 | - |
| YUV | 130.43 | 119.3 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 115 | 0 | 0.72 | 0.55 | 0.01 | 345.49 | 0.98 | 0.64 |
| Hex | FD | 47 | 73 | 0 | 48 | 37 | 1 | 159 | 62 | 40 |
| Octal | 375 | 107 | 163 | 0 | 110 | 67 | 1 | 531 | 142 | 100 |
| Binary | 11111101 | 1000111 | 1110011 | 0 | 1001000 | 110111 | 1 | 101011001 | 1100010 | 1000000 |
Color Harmonies of #FD4773
Complementary color
Monochromatic Colors of #FD4773
Black with #FD4773
Text Example
Text Example
White with #FD4773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4773; }
p { color: rgb(253,71,115); }
H1.HeaderClassName
{
color: #FD4773;
}
.AnyTagClassName
{
color: #FD4773;
}
</style>
background-color css
<style>
a { background-color: #FD4773; }
a { background-color: rgb(253,71,115); }
div.DivClassName
{
background-color: #FD4773;
}
.BgClassName
{
background-color: #FD4773;
}
</style>
border-color css
<style>
span { border-color: #FD4773; }
span { border-color: rgb(253,71,115); }
td.TdClassName
{
border-color: #FD4773;
}
.TagClassName
{
border-color: #FD4773;
}
</style>