Shades of Wild Watermelon #FD4770
Tints of Wild Watermelon #FD4770
RGB
CMYK
RGB Variations
Color information
#FD4770 (or 0xFD4770) is known color: Wild Watermelon. HEX triplet: FD, 47 and 70. RGB value is (253,71,112). Sum of RGB (Red+Green+Blue) = 253+71+112=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4770 is #02B88F. Grayscale: #828282. Windows color (decimal): -178320 or 7358461. OLE color: 7358461.
HSL color Cylindrical-coordinate representation of color #FD4770: hue angle of 346.48º 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 #FD4770 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 112 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.01 |
| HSL | 346.48º | 0.98% | 0.64% | - |
| HSV(B) | 346.48º | 0.72% | 0.99% | - |
| XYZ | 45.69 | 26.56 | 18.05 | - |
| YUV | 130.09 | 117.8 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 112 | 0 | 0.72 | 0.56 | 0.01 | 346.48 | 0.98 | 0.64 |
| Hex | FD | 47 | 70 | 0 | 48 | 38 | 1 | 15A | 62 | 40 |
| Octal | 375 | 107 | 160 | 0 | 110 | 70 | 1 | 532 | 142 | 100 |
| Binary | 11111101 | 1000111 | 1110000 | 0 | 1001000 | 111000 | 1 | 101011010 | 1100010 | 1000000 |
Color Harmonies of #FD4770
Complementary color
Monochromatic Colors of #FD4770
Black with #FD4770
Text Example
Text Example
White with #FD4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4770; }
p { color: rgb(253,71,112); }
H1.HeaderClassName
{
color: #FD4770;
}
.AnyTagClassName
{
color: #FD4770;
}
</style>
background-color css
<style>
a { background-color: #FD4770; }
a { background-color: rgb(253,71,112); }
div.DivClassName
{
background-color: #FD4770;
}
.BgClassName
{
background-color: #FD4770;
}
</style>
border-color css
<style>
span { border-color: #FD4770; }
span { border-color: rgb(253,71,112); }
td.TdClassName
{
border-color: #FD4770;
}
.TagClassName
{
border-color: #FD4770;
}
</style>