Shades of Wild Watermelon #FF4D7D
Tints of Wild Watermelon #FF4D7D
RGB
CMYK
RGB Variations
Color information
#FF4D7D (or 0xFF4D7D) is known color: Wild Watermelon. HEX triplet: FF, 4D and 7D. RGB value is (255,77,125). Sum of RGB (Red+Green+Blue) = 255+77+125=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D7D is #00B282. Grayscale: #878787. Windows color (decimal): -45699 or 8211967. OLE color: 8211967.
HSL color Cylindrical-coordinate representation of color #FF4D7D: hue angle of 343.82º 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 #FF4D7D is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 125 | - |
| CMYK | 0 | 0.70 | 0.51 | 0 |
| HSL | 343.82º | 1% | 0.65% | - |
| HSV(B) | 343.82º | 0.7% | 1% | - |
| XYZ | 47.6 | 28.05 | 22.31 | - |
| YUV | 135.69 | 121.97 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 125 | 0 | 0.70 | 0.51 | 0 | 343.82 | 1 | 0.65 |
| Hex | FF | 4D | 7D | 0 | 46 | 33 | 0 | 158 | 64 | 41 |
| Octal | 377 | 115 | 175 | 0 | 106 | 63 | 0 | 530 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1111101 | 0 | 1000110 | 110011 | 0 | 101011000 | 1100100 | 1000001 |
Color Harmonies of #FF4D7D
Complementary color
Monochromatic Colors of #FF4D7D
Black with #FF4D7D
Text Example
Text Example
White with #FF4D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D7D; }
p { color: rgb(255,77,125); }
H1.HeaderClassName
{
color: #FF4D7D;
}
.AnyTagClassName
{
color: #FF4D7D;
}
</style>
background-color css
<style>
a { background-color: #FF4D7D; }
a { background-color: rgb(255,77,125); }
div.DivClassName
{
background-color: #FF4D7D;
}
.BgClassName
{
background-color: #FF4D7D;
}
</style>
border-color css
<style>
span { border-color: #FF4D7D; }
span { border-color: rgb(255,77,125); }
td.TdClassName
{
border-color: #FF4D7D;
}
.TagClassName
{
border-color: #FF4D7D;
}
</style>