Shades of Wild Watermelon #F06076
Tints of Wild Watermelon #F06076
RGB
CMYK
RGB Variations
Color information
#F06076 (or 0xF06076) is known color: Wild Watermelon. HEX triplet: F0, 60 and 76. RGB value is (240,96,118). Sum of RGB (Red+Green+Blue) = 240+96+118=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F06076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06076 is #0F9F89. Grayscale: #8D8D8D. Windows color (decimal): -1023882 or 7758064. OLE color: 7758064.
HSL color Cylindrical-coordinate representation of color #F06076: hue angle of 350.83º 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 #F06076 is Cyan = 0, Magento = 0.6, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 118 | - |
| CMYK | 0 | 0.6 | 0.51 | 0.06 |
| HSL | 350.83º | 0.83% | 0.66% | - |
| HSV(B) | 350.83º | 0.6% | 0.94% | - |
| XYZ | 43.39 | 28.2 | 20.3 | - |
| YUV | 141.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 118 | 0 | 0.6 | 0.51 | 0.06 | 350.83 | 0.83 | 0.66 |
| Hex | F0 | 60 | 76 | 0 | 3C | 33 | 6 | 15F | 53 | 42 |
| Octal | 360 | 140 | 166 | 0 | 74 | 63 | 6 | 537 | 123 | 102 |
| Binary | 11110000 | 1100000 | 1110110 | 0 | 111100 | 110011 | 110 | 101011111 | 1010011 | 1000010 |
Color Harmonies of #F06076
Complementary color
Monochromatic Colors of #F06076
Black with #F06076
Text Example
Text Example
White with #F06076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06076; }
p { color: rgb(240,96,118); }
H1.HeaderClassName
{
color: #F06076;
}
.AnyTagClassName
{
color: #F06076;
}
</style>
background-color css
<style>
a { background-color: #F06076; }
a { background-color: rgb(240,96,118); }
div.DivClassName
{
background-color: #F06076;
}
.BgClassName
{
background-color: #F06076;
}
</style>
border-color css
<style>
span { border-color: #F06076; }
span { border-color: rgb(240,96,118); }
td.TdClassName
{
border-color: #F06076;
}
.TagClassName
{
border-color: #F06076;
}
</style>