Shades of Wild Watermelon #F56375
Tints of Wild Watermelon #F56375
RGB
CMYK
RGB Variations
Color information
#F56375 (or 0xF56375) is known color: Wild Watermelon. HEX triplet: F5, 63 and 75. RGB value is (245,99,117). Sum of RGB (Red+Green+Blue) = 245+99+117=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F56375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56375 is #0A9C8A. Grayscale: #909090. Windows color (decimal): -695435 or 7693301. OLE color: 7693301.
HSL color Cylindrical-coordinate representation of color #F56375: hue angle of 352.6º 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 #F56375 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 117 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.04 |
| HSL | 352.6º | 0.88% | 0.67% | - |
| HSV(B) | 352.6º | 0.6% | 0.96% | - |
| XYZ | 45.33 | 29.62 | 20.16 | - |
| YUV | 144.71 | 112.37 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 117 | 0 | 0.60 | 0.52 | 0.04 | 352.6 | 0.88 | 0.67 |
| Hex | F5 | 63 | 75 | 0 | 3C | 34 | 4 | 161 | 58 | 43 |
| Octal | 365 | 143 | 165 | 0 | 74 | 64 | 4 | 541 | 130 | 103 |
| Binary | 11110101 | 1100011 | 1110101 | 0 | 111100 | 110100 | 100 | 101100001 | 1011000 | 1000011 |
Color Harmonies of #F56375
Complementary color
Monochromatic Colors of #F56375
Black with #F56375
Text Example
Text Example
White with #F56375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56375; }
p { color: rgb(245,99,117); }
H1.HeaderClassName
{
color: #F56375;
}
.AnyTagClassName
{
color: #F56375;
}
</style>
background-color css
<style>
a { background-color: #F56375; }
a { background-color: rgb(245,99,117); }
div.DivClassName
{
background-color: #F56375;
}
.BgClassName
{
background-color: #F56375;
}
</style>
border-color css
<style>
span { border-color: #F56375; }
span { border-color: rgb(245,99,117); }
td.TdClassName
{
border-color: #F56375;
}
.TagClassName
{
border-color: #F56375;
}
</style>