Shades of Wild Watermelon #F65079
Tints of Wild Watermelon #F65079
RGB
CMYK
RGB Variations
Color information
#F65079 (or 0xF65079) is known color: Wild Watermelon. HEX triplet: F6, 50 and 79. RGB value is (246,80,121). Sum of RGB (Red+Green+Blue) = 246+80+121=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F65079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65079 is #09AF86. Grayscale: #868686. Windows color (decimal): -634759 or 7950582. OLE color: 7950582.
HSL color Cylindrical-coordinate representation of color #F65079: hue angle of 345.18º 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 #F65079 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 121 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.04 |
| HSL | 345.18º | 0.9% | 0.64% | - |
| HSV(B) | 345.18º | 0.67% | 0.96% | - |
| XYZ | 44.33 | 26.71 | 20.91 | - |
| YUV | 134.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 121 | 0 | 0.67 | 0.51 | 0.04 | 345.18 | 0.9 | 0.64 |
| Hex | F6 | 50 | 79 | 0 | 43 | 33 | 4 | 159 | 5A | 40 |
| Octal | 366 | 120 | 171 | 0 | 103 | 63 | 4 | 531 | 132 | 100 |
| Binary | 11110110 | 1010000 | 1111001 | 0 | 1000011 | 110011 | 100 | 101011001 | 1011010 | 1000000 |
Color Harmonies of #F65079
Complementary color
Monochromatic Colors of #F65079
Black with #F65079
Text Example
Text Example
White with #F65079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65079; }
p { color: rgb(246,80,121); }
H1.HeaderClassName
{
color: #F65079;
}
.AnyTagClassName
{
color: #F65079;
}
</style>
background-color css
<style>
a { background-color: #F65079; }
a { background-color: rgb(246,80,121); }
div.DivClassName
{
background-color: #F65079;
}
.BgClassName
{
background-color: #F65079;
}
</style>
border-color css
<style>
span { border-color: #F65079; }
span { border-color: rgb(246,80,121); }
td.TdClassName
{
border-color: #F65079;
}
.TagClassName
{
border-color: #F65079;
}
</style>