Shades of Wild Watermelon #F65076
Tints of Wild Watermelon #F65076
RGB
CMYK
RGB Variations
Color information
#F65076 (or 0xF65076) is known color: Wild Watermelon. HEX triplet: F6, 50 and 76. RGB value is (246,80,118). Sum of RGB (Red+Green+Blue) = 246+80+118=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F65076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65076 is #09AF89. Grayscale: #858585. Windows color (decimal): -634762 or 7753974. OLE color: 7753974.
HSL color Cylindrical-coordinate representation of color #F65076: hue angle of 346.27º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65076 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 118 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.04 |
| HSL | 346.27º | 0.9% | 0.64% | - |
| HSV(B) | 346.27º | 0.67% | 0.96% | - |
| XYZ | 44.14 | 26.64 | 19.95 | - |
| YUV | 133.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 118 | 0 | 0.67 | 0.52 | 0.04 | 346.27 | 0.9 | 0.64 |
| Hex | F6 | 50 | 76 | 0 | 43 | 34 | 4 | 15A | 5A | 40 |
| Octal | 366 | 120 | 166 | 0 | 103 | 64 | 4 | 532 | 132 | 100 |
| Binary | 11110110 | 1010000 | 1110110 | 0 | 1000011 | 110100 | 100 | 101011010 | 1011010 | 1000000 |
Color Harmonies of #F65076
Complementary color
Monochromatic Colors of #F65076
Black with #F65076
Text Example
Text Example
White with #F65076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65076; }
p { color: rgb(246,80,118); }
H1.HeaderClassName
{
color: #F65076;
}
.AnyTagClassName
{
color: #F65076;
}
</style>
background-color css
<style>
a { background-color: #F65076; }
a { background-color: rgb(246,80,118); }
div.DivClassName
{
background-color: #F65076;
}
.BgClassName
{
background-color: #F65076;
}
</style>
border-color css
<style>
span { border-color: #F65076; }
span { border-color: rgb(246,80,118); }
td.TdClassName
{
border-color: #F65076;
}
.TagClassName
{
border-color: #F65076;
}
</style>