Shades of Wild Watermelon #FF4D6D
Tints of Wild Watermelon #FF4D6D
RGB
CMYK
RGB Variations
Color information
#FF4D6D (or 0xFF4D6D) is known color: Wild Watermelon. HEX triplet: FF, 4D and 6D. RGB value is (255,77,109). Sum of RGB (Red+Green+Blue) = 255+77+109=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D6D is #00B292. Grayscale: #858585. Windows color (decimal): -45715 or 7163391. OLE color: 7163391.
HSL color Cylindrical-coordinate representation of color #FF4D6D: hue angle of 349.21º 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 #FF4D6D is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 109 | - |
| CMYK | 0 | 0.70 | 0.57 | 0 |
| HSL | 349.21º | 1% | 0.65% | - |
| HSV(B) | 349.21º | 0.7% | 1% | - |
| XYZ | 46.65 | 27.67 | 17.35 | - |
| YUV | 133.87 | 113.97 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 109 | 0 | 0.70 | 0.57 | 0 | 349.21 | 1 | 0.65 |
| Hex | FF | 4D | 6D | 0 | 46 | 39 | 0 | 15D | 64 | 41 |
| Octal | 377 | 115 | 155 | 0 | 106 | 71 | 0 | 535 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1101101 | 0 | 1000110 | 111001 | 0 | 101011101 | 1100100 | 1000001 |
Color Harmonies of #FF4D6D
Complementary color
Monochromatic Colors of #FF4D6D
Black with #FF4D6D
Text Example
Text Example
White with #FF4D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D6D; }
p { color: rgb(255,77,109); }
H1.HeaderClassName
{
color: #FF4D6D;
}
.AnyTagClassName
{
color: #FF4D6D;
}
</style>
background-color css
<style>
a { background-color: #FF4D6D; }
a { background-color: rgb(255,77,109); }
div.DivClassName
{
background-color: #FF4D6D;
}
.BgClassName
{
background-color: #FF4D6D;
}
</style>
border-color css
<style>
span { border-color: #FF4D6D; }
span { border-color: rgb(255,77,109); }
td.TdClassName
{
border-color: #FF4D6D;
}
.TagClassName
{
border-color: #FF4D6D;
}
</style>