Shades of Wild Watermelon #F5565B
Tints of Wild Watermelon #F5565B
RGB
CMYK
RGB Variations
Color information
#F5565B (or 0xF5565B) is known color: Wild Watermelon. HEX triplet: F5, 56 and 5B. RGB value is (245,86,91). Sum of RGB (Red+Green+Blue) = 245+86+91=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5565B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5565B is #0AA9A4. Grayscale: #868686. Windows color (decimal): -698789 or 5986037. OLE color: 5986037.
HSL color Cylindrical-coordinate representation of color #F5565B: hue angle of 358.11º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5565B is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 91 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.04 |
| HSL | 358.11º | 0.89% | 0.65% | - |
| HSV(B) | 358.11º | 0.65% | 0.96% | - |
| XYZ | 42.87 | 26.82 | 12.82 | - |
| YUV | 134.11 | 103.68 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 91 | 0 | 0.65 | 0.63 | 0.04 | 358.11 | 0.89 | 0.65 |
| Hex | F5 | 56 | 5B | 0 | 41 | 3F | 4 | 166 | 59 | 41 |
| Octal | 365 | 126 | 133 | 0 | 101 | 77 | 4 | 546 | 131 | 101 |
| Binary | 11110101 | 1010110 | 1011011 | 0 | 1000001 | 111111 | 100 | 101100110 | 1011001 | 1000001 |
Color Harmonies of #F5565B
Complementary color
Monochromatic Colors of #F5565B
Black with #F5565B
Text Example
Text Example
White with #F5565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5565B; }
p { color: rgb(245,86,91); }
H1.HeaderClassName
{
color: #F5565B;
}
.AnyTagClassName
{
color: #F5565B;
}
</style>
background-color css
<style>
a { background-color: #F5565B; }
a { background-color: rgb(245,86,91); }
div.DivClassName
{
background-color: #F5565B;
}
.BgClassName
{
background-color: #F5565B;
}
</style>
border-color css
<style>
span { border-color: #F5565B; }
span { border-color: rgb(245,86,91); }
td.TdClassName
{
border-color: #F5565B;
}
.TagClassName
{
border-color: #F5565B;
}
</style>