Shades of Wild Watermelon #FF4D64
Tints of Wild Watermelon #FF4D64
RGB
CMYK
RGB Variations
Color information
#FF4D64 (or 0xFF4D64) is known color: Wild Watermelon. HEX triplet: FF, 4D and 64. RGB value is (255,77,100). Sum of RGB (Red+Green+Blue) = 255+77+100=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D64 is #00B29B. Grayscale: #848484. Windows color (decimal): -45724 or 6573567. OLE color: 6573567.
HSL color Cylindrical-coordinate representation of color #FF4D64: hue angle of 352.25º 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 #FF4D64 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 100 | - |
| CMYK | 0 | 0.70 | 0.61 | 0 |
| HSL | 352.25º | 1% | 0.65% | - |
| HSV(B) | 352.25º | 0.7% | 1% | - |
| XYZ | 46.19 | 27.49 | 14.93 | - |
| YUV | 132.84 | 109.47 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 100 | 0 | 0.70 | 0.61 | 0 | 352.25 | 1 | 0.65 |
| Hex | FF | 4D | 64 | 0 | 46 | 3D | 0 | 160 | 64 | 41 |
| Octal | 377 | 115 | 144 | 0 | 106 | 75 | 0 | 540 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1100100 | 0 | 1000110 | 111101 | 0 | 101100000 | 1100100 | 1000001 |
Color Harmonies of #FF4D64
Complementary color
Monochromatic Colors of #FF4D64
Black with #FF4D64
Text Example
Text Example
White with #FF4D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D64; }
p { color: rgb(255,77,100); }
H1.HeaderClassName
{
color: #FF4D64;
}
.AnyTagClassName
{
color: #FF4D64;
}
</style>
background-color css
<style>
a { background-color: #FF4D64; }
a { background-color: rgb(255,77,100); }
div.DivClassName
{
background-color: #FF4D64;
}
.BgClassName
{
background-color: #FF4D64;
}
</style>
border-color css
<style>
span { border-color: #FF4D64; }
span { border-color: rgb(255,77,100); }
td.TdClassName
{
border-color: #FF4D64;
}
.TagClassName
{
border-color: #FF4D64;
}
</style>