Shades of Wild Watermelon #F5595D
Tints of Wild Watermelon #F5595D
RGB
CMYK
RGB Variations
Color information
#F5595D (or 0xF5595D) is known color: Wild Watermelon. HEX triplet: F5, 59 and 5D. RGB value is (245,89,93). Sum of RGB (Red+Green+Blue) = 245+89+93=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F5595D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5595D is #0AA6A2. Grayscale: #888888. Windows color (decimal): -698019 or 6117877. OLE color: 6117877.
HSL color Cylindrical-coordinate representation of color #F5595D: hue angle of 358.46º 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 #F5595D is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 93 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.04 |
| HSL | 358.46º | 0.89% | 0.65% | - |
| HSV(B) | 358.46º | 0.64% | 0.96% | - |
| XYZ | 43.2 | 27.35 | 13.36 | - |
| YUV | 136.1 | 103.68 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 93 | 0 | 0.64 | 0.62 | 0.04 | 358.46 | 0.89 | 0.65 |
| Hex | F5 | 59 | 5D | 0 | 40 | 3E | 4 | 166 | 59 | 41 |
| Octal | 365 | 131 | 135 | 0 | 100 | 76 | 4 | 546 | 131 | 101 |
| Binary | 11110101 | 1011001 | 1011101 | 0 | 1000000 | 111110 | 100 | 101100110 | 1011001 | 1000001 |
Color Harmonies of #F5595D
Complementary color
Monochromatic Colors of #F5595D
Black with #F5595D
Text Example
Text Example
White with #F5595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5595D; }
p { color: rgb(245,89,93); }
H1.HeaderClassName
{
color: #F5595D;
}
.AnyTagClassName
{
color: #F5595D;
}
</style>
background-color css
<style>
a { background-color: #F5595D; }
a { background-color: rgb(245,89,93); }
div.DivClassName
{
background-color: #F5595D;
}
.BgClassName
{
background-color: #F5595D;
}
</style>
border-color css
<style>
span { border-color: #F5595D; }
span { border-color: rgb(245,89,93); }
td.TdClassName
{
border-color: #F5595D;
}
.TagClassName
{
border-color: #F5595D;
}
</style>