Shades of Wild Watermelon #F65077
Tints of Wild Watermelon #F65077
RGB
CMYK
RGB Variations
Color information
#F65077 (or 0xF65077) is known color: Wild Watermelon. HEX triplet: F6, 50 and 77. RGB value is (246,80,119). Sum of RGB (Red+Green+Blue) = 246+80+119=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F65077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65077 is #09AF88. Grayscale: #868686. Windows color (decimal): -634761 or 7819510. OLE color: 7819510.
HSL color Cylindrical-coordinate representation of color #F65077: hue angle of 345.9º 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 #F65077 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 119 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.04 |
| HSL | 345.9º | 0.9% | 0.64% | - |
| HSV(B) | 345.9º | 0.67% | 0.96% | - |
| XYZ | 44.2 | 26.66 | 20.27 | - |
| YUV | 134.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 119 | 0 | 0.67 | 0.52 | 0.04 | 345.9 | 0.9 | 0.64 |
| Hex | F6 | 50 | 77 | 0 | 43 | 34 | 4 | 15A | 5A | 40 |
| Octal | 366 | 120 | 167 | 0 | 103 | 64 | 4 | 532 | 132 | 100 |
| Binary | 11110110 | 1010000 | 1110111 | 0 | 1000011 | 110100 | 100 | 101011010 | 1011010 | 1000000 |
Color Harmonies of #F65077
Complementary color
Monochromatic Colors of #F65077
Black with #F65077
Text Example
Text Example
White with #F65077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65077; }
p { color: rgb(246,80,119); }
H1.HeaderClassName
{
color: #F65077;
}
.AnyTagClassName
{
color: #F65077;
}
</style>
background-color css
<style>
a { background-color: #F65077; }
a { background-color: rgb(246,80,119); }
div.DivClassName
{
background-color: #F65077;
}
.BgClassName
{
background-color: #F65077;
}
</style>
border-color css
<style>
span { border-color: #F65077; }
span { border-color: rgb(246,80,119); }
td.TdClassName
{
border-color: #F65077;
}
.TagClassName
{
border-color: #F65077;
}
</style>