Shades of Wild Watermelon #F06074
Tints of Wild Watermelon #F06074
RGB
CMYK
RGB Variations
Color information
#F06074 (or 0xF06074) is known color: Wild Watermelon. HEX triplet: F0, 60 and 74. RGB value is (240,96,116). Sum of RGB (Red+Green+Blue) = 240+96+116=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F06074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06074 is #0F9F8B. Grayscale: #8D8D8D. Windows color (decimal): -1023884 or 7626992. OLE color: 7626992.
HSL color Cylindrical-coordinate representation of color #F06074: hue angle of 351.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06074 is Cyan = 0, Magento = 0.6, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 116 | - |
| CMYK | 0 | 0.6 | 0.52 | 0.06 |
| HSL | 351.67º | 0.83% | 0.66% | - |
| HSV(B) | 351.67º | 0.6% | 0.94% | - |
| XYZ | 43.27 | 28.15 | 19.68 | - |
| YUV | 141.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 116 | 0 | 0.6 | 0.52 | 0.06 | 351.67 | 0.83 | 0.66 |
| Hex | F0 | 60 | 74 | 0 | 3C | 34 | 6 | 160 | 53 | 42 |
| Octal | 360 | 140 | 164 | 0 | 74 | 64 | 6 | 540 | 123 | 102 |
| Binary | 11110000 | 1100000 | 1110100 | 0 | 111100 | 110100 | 110 | 101100000 | 1010011 | 1000010 |
Color Harmonies of #F06074
Complementary color
Monochromatic Colors of #F06074
Black with #F06074
Text Example
Text Example
White with #F06074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06074; }
p { color: rgb(240,96,116); }
H1.HeaderClassName
{
color: #F06074;
}
.AnyTagClassName
{
color: #F06074;
}
</style>
background-color css
<style>
a { background-color: #F06074; }
a { background-color: rgb(240,96,116); }
div.DivClassName
{
background-color: #F06074;
}
.BgClassName
{
background-color: #F06074;
}
</style>
border-color css
<style>
span { border-color: #F06074; }
span { border-color: rgb(240,96,116); }
td.TdClassName
{
border-color: #F06074;
}
.TagClassName
{
border-color: #F06074;
}
</style>