Shades of Wild Watermelon #F04D6D
Tints of Wild Watermelon #F04D6D
RGB
CMYK
RGB Variations
Color information
#F04D6D (or 0xF04D6D) is known color: Wild Watermelon. HEX triplet: F0, 4D and 6D. RGB value is (240,77,109). Sum of RGB (Red+Green+Blue) = 240+77+109=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04D6D is #0FB292. Grayscale: #818181. Windows color (decimal): -1028755 or 7163376. OLE color: 7163376.
HSL color Cylindrical-coordinate representation of color #F04D6D: hue angle of 348.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04D6D is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 109 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.06 |
| HSL | 348.22º | 0.84% | 0.62% | - |
| HSV(B) | 348.22º | 0.68% | 0.94% | - |
| XYZ | 41.35 | 24.94 | 17.1 | - |
| YUV | 129.39 | 116.5 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 109 | 0 | 0.68 | 0.55 | 0.06 | 348.22 | 0.84 | 0.62 |
| Hex | F0 | 4D | 6D | 0 | 44 | 37 | 6 | 15C | 54 | 3E |
| Octal | 360 | 115 | 155 | 0 | 104 | 67 | 6 | 534 | 124 | 76 |
| Binary | 11110000 | 1001101 | 1101101 | 0 | 1000100 | 110111 | 110 | 101011100 | 1010100 | 111110 |
Color Harmonies of #F04D6D
Complementary color
Monochromatic Colors of #F04D6D
Black with #F04D6D
Text Example
Text Example
White with #F04D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D6D; }
p { color: rgb(240,77,109); }
H1.HeaderClassName
{
color: #F04D6D;
}
.AnyTagClassName
{
color: #F04D6D;
}
</style>
background-color css
<style>
a { background-color: #F04D6D; }
a { background-color: rgb(240,77,109); }
div.DivClassName
{
background-color: #F04D6D;
}
.BgClassName
{
background-color: #F04D6D;
}
</style>
border-color css
<style>
span { border-color: #F04D6D; }
span { border-color: rgb(240,77,109); }
td.TdClassName
{
border-color: #F04D6D;
}
.TagClassName
{
border-color: #F04D6D;
}
</style>