Shades of Wild Watermelon #FF4D6E
Tints of Wild Watermelon #FF4D6E
RGB
CMYK
RGB Variations
Color information
#FF4D6E (or 0xFF4D6E) is known color: Wild Watermelon. HEX triplet: FF, 4D and 6E. RGB value is (255,77,110). Sum of RGB (Red+Green+Blue) = 255+77+110=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D6E is #00B291. Grayscale: #868686. Windows color (decimal): -45714 or 7228927. OLE color: 7228927.
HSL color Cylindrical-coordinate representation of color #FF4D6E: hue angle of 348.88º 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 #FF4D6E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 110 | - |
| CMYK | 0 | 0.70 | 0.57 | 0 |
| HSL | 348.88º | 1% | 0.65% | - |
| HSV(B) | 348.88º | 0.7% | 1% | - |
| XYZ | 46.71 | 27.69 | 17.64 | - |
| YUV | 133.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 110 | 0 | 0.70 | 0.57 | 0 | 348.88 | 1 | 0.65 |
| Hex | FF | 4D | 6E | 0 | 46 | 39 | 0 | 15D | 64 | 41 |
| Octal | 377 | 115 | 156 | 0 | 106 | 71 | 0 | 535 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1101110 | 0 | 1000110 | 111001 | 0 | 101011101 | 1100100 | 1000001 |
Color Harmonies of #FF4D6E
Complementary color
Monochromatic Colors of #FF4D6E
Black with #FF4D6E
Text Example
Text Example
White with #FF4D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D6E; }
p { color: rgb(255,77,110); }
H1.HeaderClassName
{
color: #FF4D6E;
}
.AnyTagClassName
{
color: #FF4D6E;
}
</style>
background-color css
<style>
a { background-color: #FF4D6E; }
a { background-color: rgb(255,77,110); }
div.DivClassName
{
background-color: #FF4D6E;
}
.BgClassName
{
background-color: #FF4D6E;
}
</style>
border-color css
<style>
span { border-color: #FF4D6E; }
span { border-color: rgb(255,77,110); }
td.TdClassName
{
border-color: #FF4D6E;
}
.TagClassName
{
border-color: #FF4D6E;
}
</style>