Shades of Wild Watermelon #F65961
Tints of Wild Watermelon #F65961
RGB
CMYK
RGB Variations
Color information
#F65961 (or 0xF65961) is known color: Wild Watermelon. HEX triplet: F6, 59 and 61. RGB value is (246,89,97). Sum of RGB (Red+Green+Blue) = 246+89+97=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F65961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65961 is #09A69E. Grayscale: #888888. Windows color (decimal): -632479 or 6380022. OLE color: 6380022.
HSL color Cylindrical-coordinate representation of color #F65961: hue angle of 356.94º 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 #F65961 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 97 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.04 |
| HSL | 356.94º | 0.9% | 0.66% | - |
| HSV(B) | 356.94º | 0.64% | 0.96% | - |
| XYZ | 43.74 | 27.6 | 14.33 | - |
| YUV | 136.86 | 105.51 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 97 | 0 | 0.64 | 0.61 | 0.04 | 356.94 | 0.9 | 0.66 |
| Hex | F6 | 59 | 61 | 0 | 40 | 3D | 4 | 165 | 5A | 42 |
| Octal | 366 | 131 | 141 | 0 | 100 | 75 | 4 | 545 | 132 | 102 |
| Binary | 11110110 | 1011001 | 1100001 | 0 | 1000000 | 111101 | 100 | 101100101 | 1011010 | 1000010 |
Color Harmonies of #F65961
Complementary color
Monochromatic Colors of #F65961
Black with #F65961
Text Example
Text Example
White with #F65961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65961; }
p { color: rgb(246,89,97); }
H1.HeaderClassName
{
color: #F65961;
}
.AnyTagClassName
{
color: #F65961;
}
</style>
background-color css
<style>
a { background-color: #F65961; }
a { background-color: rgb(246,89,97); }
div.DivClassName
{
background-color: #F65961;
}
.BgClassName
{
background-color: #F65961;
}
</style>
border-color css
<style>
span { border-color: #F65961; }
span { border-color: rgb(246,89,97); }
td.TdClassName
{
border-color: #F65961;
}
.TagClassName
{
border-color: #F65961;
}
</style>