Shades of Wild Watermelon #FF4D67
Tints of Wild Watermelon #FF4D67
RGB
CMYK
RGB Variations
Color information
#FF4D67 (or 0xFF4D67) is known color: Wild Watermelon. HEX triplet: FF, 4D and 67. RGB value is (255,77,103). Sum of RGB (Red+Green+Blue) = 255+77+103=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D67 is #00B298. Grayscale: #858585. Windows color (decimal): -45721 or 6770175. OLE color: 6770175.
HSL color Cylindrical-coordinate representation of color #FF4D67: hue angle of 351.24º 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 #FF4D67 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 103 | - |
| CMYK | 0 | 0.70 | 0.60 | 0 |
| HSL | 351.24º | 1% | 0.65% | - |
| HSV(B) | 351.24º | 0.7% | 1% | - |
| XYZ | 46.34 | 27.55 | 15.71 | - |
| YUV | 133.19 | 110.97 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 103 | 0 | 0.70 | 0.60 | 0 | 351.24 | 1 | 0.65 |
| Hex | FF | 4D | 67 | 0 | 46 | 3C | 0 | 15F | 64 | 41 |
| Octal | 377 | 115 | 147 | 0 | 106 | 74 | 0 | 537 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1100111 | 0 | 1000110 | 111100 | 0 | 101011111 | 1100100 | 1000001 |
Color Harmonies of #FF4D67
Complementary color
Monochromatic Colors of #FF4D67
Black with #FF4D67
Text Example
Text Example
White with #FF4D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D67; }
p { color: rgb(255,77,103); }
H1.HeaderClassName
{
color: #FF4D67;
}
.AnyTagClassName
{
color: #FF4D67;
}
</style>
background-color css
<style>
a { background-color: #FF4D67; }
a { background-color: rgb(255,77,103); }
div.DivClassName
{
background-color: #FF4D67;
}
.BgClassName
{
background-color: #FF4D67;
}
</style>
border-color css
<style>
span { border-color: #FF4D67; }
span { border-color: rgb(255,77,103); }
td.TdClassName
{
border-color: #FF4D67;
}
.TagClassName
{
border-color: #FF4D67;
}
</style>