Shades of Wild Watermelon #F65960
Tints of Wild Watermelon #F65960
RGB
CMYK
RGB Variations
Color information
#F65960 (or 0xF65960) is known color: Wild Watermelon. HEX triplet: F6, 59 and 60. RGB value is (246,89,96). Sum of RGB (Red+Green+Blue) = 246+89+96=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F65960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65960 is #09A69F. Grayscale: #888888. Windows color (decimal): -632480 or 6314486. OLE color: 6314486.
HSL color Cylindrical-coordinate representation of color #F65960: hue angle of 357.32º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65960 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 96 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.04 |
| HSL | 357.32º | 0.9% | 0.66% | - |
| HSV(B) | 357.32º | 0.64% | 0.96% | - |
| XYZ | 43.69 | 27.58 | 14.09 | - |
| YUV | 136.74 | 105.01 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 96 | 0 | 0.64 | 0.61 | 0.04 | 357.32 | 0.9 | 0.66 |
| Hex | F6 | 59 | 60 | 0 | 40 | 3D | 4 | 165 | 5A | 42 |
| Octal | 366 | 131 | 140 | 0 | 100 | 75 | 4 | 545 | 132 | 102 |
| Binary | 11110110 | 1011001 | 1100000 | 0 | 1000000 | 111101 | 100 | 101100101 | 1011010 | 1000010 |
Color Harmonies of #F65960
Complementary color
Monochromatic Colors of #F65960
Black with #F65960
Text Example
Text Example
White with #F65960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65960; }
p { color: rgb(246,89,96); }
H1.HeaderClassName
{
color: #F65960;
}
.AnyTagClassName
{
color: #F65960;
}
</style>
background-color css
<style>
a { background-color: #F65960; }
a { background-color: rgb(246,89,96); }
div.DivClassName
{
background-color: #F65960;
}
.BgClassName
{
background-color: #F65960;
}
</style>
border-color css
<style>
span { border-color: #F65960; }
span { border-color: rgb(246,89,96); }
td.TdClassName
{
border-color: #F65960;
}
.TagClassName
{
border-color: #F65960;
}
</style>