Shades of Wild Watermelon #F65379
Tints of Wild Watermelon #F65379
RGB
CMYK
RGB Variations
Color information
#F65379 (or 0xF65379) is known color: Wild Watermelon. HEX triplet: F6, 53 and 79. RGB value is (246,83,121). Sum of RGB (Red+Green+Blue) = 246+83+121=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F65379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65379 is #09AC86. Grayscale: #888888. Windows color (decimal): -633991 or 7951350. OLE color: 7951350.
HSL color Cylindrical-coordinate representation of color #F65379: hue angle of 346.01º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65379 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 121 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.04 |
| HSL | 346.01º | 0.9% | 0.65% | - |
| HSV(B) | 346.01º | 0.66% | 0.96% | - |
| XYZ | 44.55 | 27.16 | 20.98 | - |
| YUV | 136.07 | 119.5 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 121 | 0 | 0.66 | 0.51 | 0.04 | 346.01 | 0.9 | 0.65 |
| Hex | F6 | 53 | 79 | 0 | 42 | 33 | 4 | 15A | 5A | 41 |
| Octal | 366 | 123 | 171 | 0 | 102 | 63 | 4 | 532 | 132 | 101 |
| Binary | 11110110 | 1010011 | 1111001 | 0 | 1000010 | 110011 | 100 | 101011010 | 1011010 | 1000001 |
Color Harmonies of #F65379
Complementary color
Monochromatic Colors of #F65379
Black with #F65379
Text Example
Text Example
White with #F65379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65379; }
p { color: rgb(246,83,121); }
H1.HeaderClassName
{
color: #F65379;
}
.AnyTagClassName
{
color: #F65379;
}
</style>
background-color css
<style>
a { background-color: #F65379; }
a { background-color: rgb(246,83,121); }
div.DivClassName
{
background-color: #F65379;
}
.BgClassName
{
background-color: #F65379;
}
</style>
border-color css
<style>
span { border-color: #F65379; }
span { border-color: rgb(246,83,121); }
td.TdClassName
{
border-color: #F65379;
}
.TagClassName
{
border-color: #F65379;
}
</style>