Shades of Wild Watermelon #F56165
Tints of Wild Watermelon #F56165
RGB
CMYK
RGB Variations
Color information
#F56165 (or 0xF56165) is known color: Wild Watermelon. HEX triplet: F5, 61 and 65. RGB value is (245,97,101). Sum of RGB (Red+Green+Blue) = 245+97+101=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F56165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56165 is #0A9E9A. Grayscale: #8D8D8D. Windows color (decimal): -695963 or 6644213. OLE color: 6644213.
HSL color Cylindrical-coordinate representation of color #F56165: hue angle of 358.38º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56165 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 101 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.04 |
| HSL | 358.38º | 0.88% | 0.67% | - |
| HSV(B) | 358.38º | 0.6% | 0.96% | - |
| XYZ | 44.28 | 28.9 | 15.56 | - |
| YUV | 141.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 101 | 0 | 0.60 | 0.59 | 0.04 | 358.38 | 0.88 | 0.67 |
| Hex | F5 | 61 | 65 | 0 | 3C | 3B | 4 | 166 | 58 | 43 |
| Octal | 365 | 141 | 145 | 0 | 74 | 73 | 4 | 546 | 130 | 103 |
| Binary | 11110101 | 1100001 | 1100101 | 0 | 111100 | 111011 | 100 | 101100110 | 1011000 | 1000011 |
Color Harmonies of #F56165
Complementary color
Monochromatic Colors of #F56165
Black with #F56165
Text Example
Text Example
White with #F56165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56165; }
p { color: rgb(245,97,101); }
H1.HeaderClassName
{
color: #F56165;
}
.AnyTagClassName
{
color: #F56165;
}
</style>
background-color css
<style>
a { background-color: #F56165; }
a { background-color: rgb(245,97,101); }
div.DivClassName
{
background-color: #F56165;
}
.BgClassName
{
background-color: #F56165;
}
</style>
border-color css
<style>
span { border-color: #F56165; }
span { border-color: rgb(245,97,101); }
td.TdClassName
{
border-color: #F56165;
}
.TagClassName
{
border-color: #F56165;
}
</style>