Shades of Wild Watermelon #F56063
Tints of Wild Watermelon #F56063
RGB
CMYK
RGB Variations
Color information
#F56063 (or 0xF56063) is known color: Wild Watermelon. HEX triplet: F5, 60 and 63. RGB value is (245,96,99). Sum of RGB (Red+Green+Blue) = 245+96+99=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F56063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56063 is #0A9F9C. Grayscale: #8D8D8D. Windows color (decimal): -696221 or 6512885. OLE color: 6512885.
HSL color Cylindrical-coordinate representation of color #F56063: hue angle of 358.79º 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 #F56063 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 99 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.04 |
| HSL | 358.79º | 0.88% | 0.67% | - |
| HSV(B) | 358.79º | 0.61% | 0.96% | - |
| XYZ | 44.09 | 28.68 | 15.02 | - |
| YUV | 140.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 99 | 0 | 0.61 | 0.60 | 0.04 | 358.79 | 0.88 | 0.67 |
| Hex | F5 | 60 | 63 | 0 | 3D | 3C | 4 | 167 | 58 | 43 |
| Octal | 365 | 140 | 143 | 0 | 75 | 74 | 4 | 547 | 130 | 103 |
| Binary | 11110101 | 1100000 | 1100011 | 0 | 111101 | 111100 | 100 | 101100111 | 1011000 | 1000011 |
Color Harmonies of #F56063
Complementary color
Monochromatic Colors of #F56063
Black with #F56063
Text Example
Text Example
White with #F56063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56063; }
p { color: rgb(245,96,99); }
H1.HeaderClassName
{
color: #F56063;
}
.AnyTagClassName
{
color: #F56063;
}
</style>
background-color css
<style>
a { background-color: #F56063; }
a { background-color: rgb(245,96,99); }
div.DivClassName
{
background-color: #F56063;
}
.BgClassName
{
background-color: #F56063;
}
</style>
border-color css
<style>
span { border-color: #F56063; }
span { border-color: rgb(245,96,99); }
td.TdClassName
{
border-color: #F56063;
}
.TagClassName
{
border-color: #F56063;
}
</style>