Shades of Wild Watermelon #FF4D69
Tints of Wild Watermelon #FF4D69
RGB
CMYK
RGB Variations
Color information
#FF4D69 (or 0xFF4D69) is known color: Wild Watermelon. HEX triplet: FF, 4D and 69. RGB value is (255,77,105). Sum of RGB (Red+Green+Blue) = 255+77+105=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D69 is #00B296. Grayscale: #858585. Windows color (decimal): -45719 or 6901247. OLE color: 6901247.
HSL color Cylindrical-coordinate representation of color #FF4D69: hue angle of 350.56º 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 #FF4D69 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 105 | - |
| CMYK | 0 | 0.70 | 0.59 | 0 |
| HSL | 350.56º | 1% | 0.65% | - |
| HSV(B) | 350.56º | 0.7% | 1% | - |
| XYZ | 46.44 | 27.59 | 16.24 | - |
| YUV | 133.41 | 111.97 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 105 | 0 | 0.70 | 0.59 | 0 | 350.56 | 1 | 0.65 |
| Hex | FF | 4D | 69 | 0 | 46 | 3B | 0 | 15F | 64 | 41 |
| Octal | 377 | 115 | 151 | 0 | 106 | 73 | 0 | 537 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1101001 | 0 | 1000110 | 111011 | 0 | 101011111 | 1100100 | 1000001 |
Color Harmonies of #FF4D69
Complementary color
Monochromatic Colors of #FF4D69
Black with #FF4D69
Text Example
Text Example
White with #FF4D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D69; }
p { color: rgb(255,77,105); }
H1.HeaderClassName
{
color: #FF4D69;
}
.AnyTagClassName
{
color: #FF4D69;
}
</style>
background-color css
<style>
a { background-color: #FF4D69; }
a { background-color: rgb(255,77,105); }
div.DivClassName
{
background-color: #FF4D69;
}
.BgClassName
{
background-color: #FF4D69;
}
</style>
border-color css
<style>
span { border-color: #FF4D69; }
span { border-color: rgb(255,77,105); }
td.TdClassName
{
border-color: #FF4D69;
}
.TagClassName
{
border-color: #FF4D69;
}
</style>