Shades of Wild Watermelon #F04F65
Tints of Wild Watermelon #F04F65
RGB
CMYK
RGB Variations
Color information
#F04F65 (or 0xF04F65) is known color: Wild Watermelon. HEX triplet: F0, 4F and 65. RGB value is (240,79,101). Sum of RGB (Red+Green+Blue) = 240+79+101=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F65 is #0FB09A. Grayscale: #818181. Windows color (decimal): -1028251 or 6639600. OLE color: 6639600.
HSL color Cylindrical-coordinate representation of color #F04F65: hue angle of 351.8º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04F65 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 101 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.06 |
| HSL | 351.8º | 0.84% | 0.63% | - |
| HSV(B) | 351.8º | 0.67% | 0.94% | - |
| XYZ | 41.08 | 25.06 | 14.98 | - |
| YUV | 129.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 101 | 0 | 0.67 | 0.58 | 0.06 | 351.8 | 0.84 | 0.63 |
| Hex | F0 | 4F | 65 | 0 | 43 | 3A | 6 | 160 | 54 | 3F |
| Octal | 360 | 117 | 145 | 0 | 103 | 72 | 6 | 540 | 124 | 77 |
| Binary | 11110000 | 1001111 | 1100101 | 0 | 1000011 | 111010 | 110 | 101100000 | 1010100 | 111111 |
Color Harmonies of #F04F65
Complementary color
Monochromatic Colors of #F04F65
Black with #F04F65
Text Example
Text Example
White with #F04F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F65; }
p { color: rgb(240,79,101); }
H1.HeaderClassName
{
color: #F04F65;
}
.AnyTagClassName
{
color: #F04F65;
}
</style>
background-color css
<style>
a { background-color: #F04F65; }
a { background-color: rgb(240,79,101); }
div.DivClassName
{
background-color: #F04F65;
}
.BgClassName
{
background-color: #F04F65;
}
</style>
border-color css
<style>
span { border-color: #F04F65; }
span { border-color: rgb(240,79,101); }
td.TdClassName
{
border-color: #F04F65;
}
.TagClassName
{
border-color: #F04F65;
}
</style>