Shades of Wild Watermelon #FF4D68
Tints of Wild Watermelon #FF4D68
RGB
CMYK
RGB Variations
Color information
#FF4D68 (or 0xFF4D68) is known color: Wild Watermelon. HEX triplet: FF, 4D and 68. RGB value is (255,77,104). Sum of RGB (Red+Green+Blue) = 255+77+104=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D68 is #00B297. Grayscale: #858585. Windows color (decimal): -45720 or 6835711. OLE color: 6835711.
HSL color Cylindrical-coordinate representation of color #FF4D68: hue angle of 350.9º 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 #FF4D68 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 104 | - |
| CMYK | 0 | 0.70 | 0.59 | 0 |
| HSL | 350.9º | 1% | 0.65% | - |
| HSV(B) | 350.9º | 0.7% | 1% | - |
| XYZ | 46.39 | 27.57 | 15.97 | - |
| YUV | 133.3 | 111.47 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 104 | 0 | 0.70 | 0.59 | 0 | 350.9 | 1 | 0.65 |
| Hex | FF | 4D | 68 | 0 | 46 | 3B | 0 | 15F | 64 | 41 |
| Octal | 377 | 115 | 150 | 0 | 106 | 73 | 0 | 537 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1101000 | 0 | 1000110 | 111011 | 0 | 101011111 | 1100100 | 1000001 |
Color Harmonies of #FF4D68
Complementary color
Monochromatic Colors of #FF4D68
Black with #FF4D68
Text Example
Text Example
White with #FF4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D68; }
p { color: rgb(255,77,104); }
H1.HeaderClassName
{
color: #FF4D68;
}
.AnyTagClassName
{
color: #FF4D68;
}
</style>
background-color css
<style>
a { background-color: #FF4D68; }
a { background-color: rgb(255,77,104); }
div.DivClassName
{
background-color: #FF4D68;
}
.BgClassName
{
background-color: #FF4D68;
}
</style>
border-color css
<style>
span { border-color: #FF4D68; }
span { border-color: rgb(255,77,104); }
td.TdClassName
{
border-color: #FF4D68;
}
.TagClassName
{
border-color: #FF4D68;
}
</style>