Shades of Wild Watermelon #FD4A74
Tints of Wild Watermelon #FD4A74
RGB
CMYK
RGB Variations
Color information
#FD4A74 (or 0xFD4A74) is known color: Wild Watermelon. HEX triplet: FD, 4A and 74. RGB value is (253,74,116). Sum of RGB (Red+Green+Blue) = 253+74+116=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4A74 is #02B58B. Grayscale: #848484. Windows color (decimal): -177548 or 7621373. OLE color: 7621373.
HSL color Cylindrical-coordinate representation of color #FD4A74: hue angle of 345.92º 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 #FD4A74 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 116 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.01 |
| HSL | 345.92º | 0.98% | 0.64% | - |
| HSV(B) | 345.92º | 0.71% | 0.99% | - |
| XYZ | 46.11 | 27.04 | 19.31 | - |
| YUV | 132.31 | 118.8 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 116 | 0 | 0.71 | 0.54 | 0.01 | 345.92 | 0.98 | 0.64 |
| Hex | FD | 4A | 74 | 0 | 47 | 36 | 1 | 15A | 62 | 40 |
| Octal | 375 | 112 | 164 | 0 | 107 | 66 | 1 | 532 | 142 | 100 |
| Binary | 11111101 | 1001010 | 1110100 | 0 | 1000111 | 110110 | 1 | 101011010 | 1100010 | 1000000 |
Color Harmonies of #FD4A74
Complementary color
Monochromatic Colors of #FD4A74
Black with #FD4A74
Text Example
Text Example
White with #FD4A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4A74; }
p { color: rgb(253,74,116); }
H1.HeaderClassName
{
color: #FD4A74;
}
.AnyTagClassName
{
color: #FD4A74;
}
</style>
background-color css
<style>
a { background-color: #FD4A74; }
a { background-color: rgb(253,74,116); }
div.DivClassName
{
background-color: #FD4A74;
}
.BgClassName
{
background-color: #FD4A74;
}
</style>
border-color css
<style>
span { border-color: #FD4A74; }
span { border-color: rgb(253,74,116); }
td.TdClassName
{
border-color: #FD4A74;
}
.TagClassName
{
border-color: #FD4A74;
}
</style>