Shades of Wild Watermelon #FF4D7C
Tints of Wild Watermelon #FF4D7C
RGB
CMYK
RGB Variations
Color information
#FF4D7C (or 0xFF4D7C) is known color: Wild Watermelon. HEX triplet: FF, 4D and 7C. RGB value is (255,77,124). Sum of RGB (Red+Green+Blue) = 255+77+124=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D7C is #00B283. Grayscale: #878787. Windows color (decimal): -45700 or 8146431. OLE color: 8146431.
HSL color Cylindrical-coordinate representation of color #FF4D7C: hue angle of 344.16º 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 #FF4D7C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 124 | - |
| CMYK | 0 | 0.70 | 0.51 | 0 |
| HSL | 344.16º | 1% | 0.65% | - |
| HSV(B) | 344.16º | 0.7% | 1% | - |
| XYZ | 47.53 | 28.02 | 21.97 | - |
| YUV | 135.58 | 121.47 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 124 | 0 | 0.70 | 0.51 | 0 | 344.16 | 1 | 0.65 |
| Hex | FF | 4D | 7C | 0 | 46 | 33 | 0 | 158 | 64 | 41 |
| Octal | 377 | 115 | 174 | 0 | 106 | 63 | 0 | 530 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1111100 | 0 | 1000110 | 110011 | 0 | 101011000 | 1100100 | 1000001 |
Color Harmonies of #FF4D7C
Complementary color
Monochromatic Colors of #FF4D7C
Black with #FF4D7C
Text Example
Text Example
White with #FF4D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D7C; }
p { color: rgb(255,77,124); }
H1.HeaderClassName
{
color: #FF4D7C;
}
.AnyTagClassName
{
color: #FF4D7C;
}
</style>
background-color css
<style>
a { background-color: #FF4D7C; }
a { background-color: rgb(255,77,124); }
div.DivClassName
{
background-color: #FF4D7C;
}
.BgClassName
{
background-color: #FF4D7C;
}
</style>
border-color css
<style>
span { border-color: #FF4D7C; }
span { border-color: rgb(255,77,124); }
td.TdClassName
{
border-color: #FF4D7C;
}
.TagClassName
{
border-color: #FF4D7C;
}
</style>