Shades of Wild Watermelon #FF4D72
Tints of Wild Watermelon #FF4D72
RGB
CMYK
RGB Variations
Color information
#FF4D72 (or 0xFF4D72) is known color: Wild Watermelon. HEX triplet: FF, 4D and 72. RGB value is (255,77,114). Sum of RGB (Red+Green+Blue) = 255+77+114=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D72 is #00B28D. Grayscale: #868686. Windows color (decimal): -45710 or 7491071. OLE color: 7491071.
HSL color Cylindrical-coordinate representation of color #FF4D72: hue angle of 347.53º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4D72 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 114 | - |
| CMYK | 0 | 0.70 | 0.55 | 0 |
| HSL | 347.53º | 1% | 0.65% | - |
| HSV(B) | 347.53º | 0.7% | 1% | - |
| XYZ | 46.93 | 27.78 | 18.81 | - |
| YUV | 134.44 | 116.47 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 114 | 0 | 0.70 | 0.55 | 0 | 347.53 | 1 | 0.65 |
| Hex | FF | 4D | 72 | 0 | 46 | 37 | 0 | 15C | 64 | 41 |
| Octal | 377 | 115 | 162 | 0 | 106 | 67 | 0 | 534 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1110010 | 0 | 1000110 | 110111 | 0 | 101011100 | 1100100 | 1000001 |
Color Harmonies of #FF4D72
Complementary color
Monochromatic Colors of #FF4D72
Black with #FF4D72
Text Example
Text Example
White with #FF4D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D72; }
p { color: rgb(255,77,114); }
H1.HeaderClassName
{
color: #FF4D72;
}
.AnyTagClassName
{
color: #FF4D72;
}
</style>
background-color css
<style>
a { background-color: #FF4D72; }
a { background-color: rgb(255,77,114); }
div.DivClassName
{
background-color: #FF4D72;
}
.BgClassName
{
background-color: #FF4D72;
}
</style>
border-color css
<style>
span { border-color: #FF4D72; }
span { border-color: rgb(255,77,114); }
td.TdClassName
{
border-color: #FF4D72;
}
.TagClassName
{
border-color: #FF4D72;
}
</style>