Shades of Wild Watermelon #F56068
Tints of Wild Watermelon #F56068
RGB
CMYK
RGB Variations
Color information
#F56068 (or 0xF56068) is known color: Wild Watermelon. HEX triplet: F5, 60 and 68. RGB value is (245,96,104). Sum of RGB (Red+Green+Blue) = 245+96+104=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F56068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56068 is #0A9F97. Grayscale: #8D8D8D. Windows color (decimal): -696216 or 6840565. OLE color: 6840565.
HSL color Cylindrical-coordinate representation of color #F56068: hue angle of 356.78º 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 #F56068 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 104 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.04 |
| HSL | 356.78º | 0.88% | 0.67% | - |
| HSV(B) | 356.78º | 0.61% | 0.96% | - |
| XYZ | 44.34 | 28.78 | 16.31 | - |
| YUV | 141.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 104 | 0 | 0.61 | 0.58 | 0.04 | 356.78 | 0.88 | 0.67 |
| Hex | F5 | 60 | 68 | 0 | 3D | 3A | 4 | 165 | 58 | 43 |
| Octal | 365 | 140 | 150 | 0 | 75 | 72 | 4 | 545 | 130 | 103 |
| Binary | 11110101 | 1100000 | 1101000 | 0 | 111101 | 111010 | 100 | 101100101 | 1011000 | 1000011 |
Color Harmonies of #F56068
Complementary color
Monochromatic Colors of #F56068
Black with #F56068
Text Example
Text Example
White with #F56068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56068; }
p { color: rgb(245,96,104); }
H1.HeaderClassName
{
color: #F56068;
}
.AnyTagClassName
{
color: #F56068;
}
</style>
background-color css
<style>
a { background-color: #F56068; }
a { background-color: rgb(245,96,104); }
div.DivClassName
{
background-color: #F56068;
}
.BgClassName
{
background-color: #F56068;
}
</style>
border-color css
<style>
span { border-color: #F56068; }
span { border-color: rgb(245,96,104); }
td.TdClassName
{
border-color: #F56068;
}
.TagClassName
{
border-color: #F56068;
}
</style>