Shades of Wild Watermelon #FF4D79
Tints of Wild Watermelon #FF4D79
RGB
CMYK
RGB Variations
Color information
#FF4D79 (or 0xFF4D79) is known color: Wild Watermelon. HEX triplet: FF, 4D and 79. RGB value is (255,77,121). Sum of RGB (Red+Green+Blue) = 255+77+121=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D79 is #00B286. Grayscale: #878787. Windows color (decimal): -45703 or 7949823. OLE color: 7949823.
HSL color Cylindrical-coordinate representation of color #FF4D79: hue angle of 345.17º 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 #FF4D79 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 121 | - |
| CMYK | 0 | 0.70 | 0.53 | 0 |
| HSL | 345.17º | 1% | 0.65% | - |
| HSV(B) | 345.17º | 0.7% | 1% | - |
| XYZ | 47.35 | 27.95 | 20.99 | - |
| YUV | 135.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 121 | 0 | 0.70 | 0.53 | 0 | 345.17 | 1 | 0.65 |
| Hex | FF | 4D | 79 | 0 | 46 | 35 | 0 | 159 | 64 | 41 |
| Octal | 377 | 115 | 171 | 0 | 106 | 65 | 0 | 531 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1111001 | 0 | 1000110 | 110101 | 0 | 101011001 | 1100100 | 1000001 |
Color Harmonies of #FF4D79
Complementary color
Monochromatic Colors of #FF4D79
Black with #FF4D79
Text Example
Text Example
White with #FF4D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D79; }
p { color: rgb(255,77,121); }
H1.HeaderClassName
{
color: #FF4D79;
}
.AnyTagClassName
{
color: #FF4D79;
}
</style>
background-color css
<style>
a { background-color: #FF4D79; }
a { background-color: rgb(255,77,121); }
div.DivClassName
{
background-color: #FF4D79;
}
.BgClassName
{
background-color: #FF4D79;
}
</style>
border-color css
<style>
span { border-color: #FF4D79; }
span { border-color: rgb(255,77,121); }
td.TdClassName
{
border-color: #FF4D79;
}
.TagClassName
{
border-color: #FF4D79;
}
</style>