Shades of Wild Watermelon #F04F68
Tints of Wild Watermelon #F04F68
RGB
CMYK
RGB Variations
Color information
#F04F68 (or 0xF04F68) is known color: Wild Watermelon. HEX triplet: F0, 4F and 68. RGB value is (240,79,104). Sum of RGB (Red+Green+Blue) = 240+79+104=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F68 is #0FB097. Grayscale: #828282. Windows color (decimal): -1028248 or 6836208. OLE color: 6836208.
HSL color Cylindrical-coordinate representation of color #F04F68: hue angle of 350.68º 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 #F04F68 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 104 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.06 |
| HSL | 350.68º | 0.84% | 0.63% | - |
| HSV(B) | 350.68º | 0.67% | 0.94% | - |
| XYZ | 41.23 | 25.12 | 15.77 | - |
| YUV | 129.99 | 113.34 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 104 | 0 | 0.67 | 0.57 | 0.06 | 350.68 | 0.84 | 0.63 |
| Hex | F0 | 4F | 68 | 0 | 43 | 39 | 6 | 15F | 54 | 3F |
| Octal | 360 | 117 | 150 | 0 | 103 | 71 | 6 | 537 | 124 | 77 |
| Binary | 11110000 | 1001111 | 1101000 | 0 | 1000011 | 111001 | 110 | 101011111 | 1010100 | 111111 |
Color Harmonies of #F04F68
Complementary color
Monochromatic Colors of #F04F68
Black with #F04F68
Text Example
Text Example
White with #F04F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F68; }
p { color: rgb(240,79,104); }
H1.HeaderClassName
{
color: #F04F68;
}
.AnyTagClassName
{
color: #F04F68;
}
</style>
background-color css
<style>
a { background-color: #F04F68; }
a { background-color: rgb(240,79,104); }
div.DivClassName
{
background-color: #F04F68;
}
.BgClassName
{
background-color: #F04F68;
}
</style>
border-color css
<style>
span { border-color: #F04F68; }
span { border-color: rgb(240,79,104); }
td.TdClassName
{
border-color: #F04F68;
}
.TagClassName
{
border-color: #F04F68;
}
</style>