Shades of Wild Watermelon #F04D6B
Tints of Wild Watermelon #F04D6B
RGB
CMYK
RGB Variations
Color information
#F04D6B (or 0xF04D6B) is known color: Wild Watermelon. HEX triplet: F0, 4D and 6B. RGB value is (240,77,107). Sum of RGB (Red+Green+Blue) = 240+77+107=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04D6B is #0FB294. Grayscale: #818181. Windows color (decimal): -1028757 or 7032304. OLE color: 7032304.
HSL color Cylindrical-coordinate representation of color #F04D6B: hue angle of 348.96º 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 #F04D6B is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 107 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.06 |
| HSL | 348.96º | 0.84% | 0.62% | - |
| HSV(B) | 348.96º | 0.68% | 0.94% | - |
| XYZ | 41.24 | 24.89 | 16.54 | - |
| YUV | 129.16 | 115.5 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 107 | 0 | 0.68 | 0.55 | 0.06 | 348.96 | 0.84 | 0.62 |
| Hex | F0 | 4D | 6B | 0 | 44 | 37 | 6 | 15D | 54 | 3E |
| Octal | 360 | 115 | 153 | 0 | 104 | 67 | 6 | 535 | 124 | 76 |
| Binary | 11110000 | 1001101 | 1101011 | 0 | 1000100 | 110111 | 110 | 101011101 | 1010100 | 111110 |
Color Harmonies of #F04D6B
Complementary color
Monochromatic Colors of #F04D6B
Black with #F04D6B
Text Example
Text Example
White with #F04D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D6B; }
p { color: rgb(240,77,107); }
H1.HeaderClassName
{
color: #F04D6B;
}
.AnyTagClassName
{
color: #F04D6B;
}
</style>
background-color css
<style>
a { background-color: #F04D6B; }
a { background-color: rgb(240,77,107); }
div.DivClassName
{
background-color: #F04D6B;
}
.BgClassName
{
background-color: #F04D6B;
}
</style>
border-color css
<style>
span { border-color: #F04D6B; }
span { border-color: rgb(240,77,107); }
td.TdClassName
{
border-color: #F04D6B;
}
.TagClassName
{
border-color: #F04D6B;
}
</style>