Shades of Wild Watermelon #FD4672
Tints of Wild Watermelon #FD4672
RGB
CMYK
RGB Variations
Color information
#FD4672 (or 0xFD4672) is known color: Wild Watermelon. HEX triplet: FD, 46 and 72. RGB value is (253,70,114). Sum of RGB (Red+Green+Blue) = 253+70+114=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4672 is #02B98D. Grayscale: #818181. Windows color (decimal): -178574 or 7489277. OLE color: 7489277.
HSL color Cylindrical-coordinate representation of color #FD4672: hue angle of 345.57º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD4672 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 114 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.01 |
| HSL | 345.57º | 0.98% | 0.63% | - |
| HSV(B) | 345.57º | 0.72% | 0.99% | - |
| XYZ | 45.74 | 26.48 | 18.62 | - |
| YUV | 129.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 114 | 0 | 0.72 | 0.55 | 0.01 | 345.57 | 0.98 | 0.63 |
| Hex | FD | 46 | 72 | 0 | 48 | 37 | 1 | 15A | 62 | 3F |
| Octal | 375 | 106 | 162 | 0 | 110 | 67 | 1 | 532 | 142 | 77 |
| Binary | 11111101 | 1000110 | 1110010 | 0 | 1001000 | 110111 | 1 | 101011010 | 1100010 | 111111 |
Color Harmonies of #FD4672
Complementary color
Monochromatic Colors of #FD4672
Black with #FD4672
Text Example
Text Example
White with #FD4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4672; }
p { color: rgb(253,70,114); }
H1.HeaderClassName
{
color: #FD4672;
}
.AnyTagClassName
{
color: #FD4672;
}
</style>
background-color css
<style>
a { background-color: #FD4672; }
a { background-color: rgb(253,70,114); }
div.DivClassName
{
background-color: #FD4672;
}
.BgClassName
{
background-color: #FD4672;
}
</style>
border-color css
<style>
span { border-color: #FD4672; }
span { border-color: rgb(253,70,114); }
td.TdClassName
{
border-color: #FD4672;
}
.TagClassName
{
border-color: #FD4672;
}
</style>