Shades of Wild Watermelon #F56064
Tints of Wild Watermelon #F56064
RGB
CMYK
RGB Variations
Color information
#F56064 (or 0xF56064) is known color: Wild Watermelon. HEX triplet: F5, 60 and 64. RGB value is (245,96,100). Sum of RGB (Red+Green+Blue) = 245+96+100=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F56064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56064 is #0A9F9B. Grayscale: #8D8D8D. Windows color (decimal): -696220 or 6578421. OLE color: 6578421.
HSL color Cylindrical-coordinate representation of color #F56064: hue angle of 358.39º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F56064 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 100 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.04 |
| HSL | 358.39º | 0.88% | 0.67% | - |
| HSV(B) | 358.39º | 0.61% | 0.96% | - |
| XYZ | 44.14 | 28.7 | 15.27 | - |
| YUV | 141.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 100 | 0 | 0.61 | 0.59 | 0.04 | 358.39 | 0.88 | 0.67 |
| Hex | F5 | 60 | 64 | 0 | 3D | 3B | 4 | 166 | 58 | 43 |
| Octal | 365 | 140 | 144 | 0 | 75 | 73 | 4 | 546 | 130 | 103 |
| Binary | 11110101 | 1100000 | 1100100 | 0 | 111101 | 111011 | 100 | 101100110 | 1011000 | 1000011 |
Color Harmonies of #F56064
Complementary color
Monochromatic Colors of #F56064
Black with #F56064
Text Example
Text Example
White with #F56064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56064; }
p { color: rgb(245,96,100); }
H1.HeaderClassName
{
color: #F56064;
}
.AnyTagClassName
{
color: #F56064;
}
</style>
background-color css
<style>
a { background-color: #F56064; }
a { background-color: rgb(245,96,100); }
div.DivClassName
{
background-color: #F56064;
}
.BgClassName
{
background-color: #F56064;
}
</style>
border-color css
<style>
span { border-color: #F56064; }
span { border-color: rgb(245,96,100); }
td.TdClassName
{
border-color: #F56064;
}
.TagClassName
{
border-color: #F56064;
}
</style>