Shades of Wild Watermelon #F5595B
Tints of Wild Watermelon #F5595B
RGB
CMYK
RGB Variations
Color information
#F5595B (or 0xF5595B) is known color: Wild Watermelon. HEX triplet: F5, 59 and 5B. RGB value is (245,89,91). Sum of RGB (Red+Green+Blue) = 245+89+91=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F5595B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5595B is #0AA6A4. Grayscale: #888888. Windows color (decimal): -698021 or 5986805. OLE color: 5986805.
HSL color Cylindrical-coordinate representation of color #F5595B: hue angle of 359.23º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5595B is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 91 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.04 |
| HSL | 359.23º | 0.89% | 0.65% | - |
| HSV(B) | 359.23º | 0.64% | 0.96% | - |
| XYZ | 43.12 | 27.31 | 12.9 | - |
| YUV | 135.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 91 | 0 | 0.64 | 0.63 | 0.04 | 359.23 | 0.89 | 0.65 |
| Hex | F5 | 59 | 5B | 0 | 40 | 3F | 4 | 167 | 59 | 41 |
| Octal | 365 | 131 | 133 | 0 | 100 | 77 | 4 | 547 | 131 | 101 |
| Binary | 11110101 | 1011001 | 1011011 | 0 | 1000000 | 111111 | 100 | 101100111 | 1011001 | 1000001 |
Color Harmonies of #F5595B
Complementary color
Monochromatic Colors of #F5595B
Black with #F5595B
Text Example
Text Example
White with #F5595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5595B; }
p { color: rgb(245,89,91); }
H1.HeaderClassName
{
color: #F5595B;
}
.AnyTagClassName
{
color: #F5595B;
}
</style>
background-color css
<style>
a { background-color: #F5595B; }
a { background-color: rgb(245,89,91); }
div.DivClassName
{
background-color: #F5595B;
}
.BgClassName
{
background-color: #F5595B;
}
</style>
border-color css
<style>
span { border-color: #F5595B; }
span { border-color: rgb(245,89,91); }
td.TdClassName
{
border-color: #F5595B;
}
.TagClassName
{
border-color: #F5595B;
}
</style>