Shades of Wild Watermelon #FF4D73
Tints of Wild Watermelon #FF4D73
RGB
CMYK
RGB Variations
Color information
#FF4D73 (or 0xFF4D73) is known color: Wild Watermelon. HEX triplet: FF, 4D and 73. RGB value is (255,77,115). Sum of RGB (Red+Green+Blue) = 255+77+115=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D73 is #00B28C. Grayscale: #868686. Windows color (decimal): -45709 or 7556607. OLE color: 7556607.
HSL color Cylindrical-coordinate representation of color #FF4D73: hue angle of 347.19º 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 #FF4D73 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 115 | - |
| CMYK | 0 | 0.70 | 0.55 | 0 |
| HSL | 347.19º | 1% | 0.65% | - |
| HSV(B) | 347.19º | 0.7% | 1% | - |
| XYZ | 46.99 | 27.81 | 19.11 | - |
| YUV | 134.55 | 116.97 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 115 | 0 | 0.70 | 0.55 | 0 | 347.19 | 1 | 0.65 |
| Hex | FF | 4D | 73 | 0 | 46 | 37 | 0 | 15B | 64 | 41 |
| Octal | 377 | 115 | 163 | 0 | 106 | 67 | 0 | 533 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1110011 | 0 | 1000110 | 110111 | 0 | 101011011 | 1100100 | 1000001 |
Color Harmonies of #FF4D73
Complementary color
Monochromatic Colors of #FF4D73
Black with #FF4D73
Text Example
Text Example
White with #FF4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D73; }
p { color: rgb(255,77,115); }
H1.HeaderClassName
{
color: #FF4D73;
}
.AnyTagClassName
{
color: #FF4D73;
}
</style>
background-color css
<style>
a { background-color: #FF4D73; }
a { background-color: rgb(255,77,115); }
div.DivClassName
{
background-color: #FF4D73;
}
.BgClassName
{
background-color: #FF4D73;
}
</style>
border-color css
<style>
span { border-color: #FF4D73; }
span { border-color: rgb(255,77,115); }
td.TdClassName
{
border-color: #FF4D73;
}
.TagClassName
{
border-color: #FF4D73;
}
</style>