Shades of Wild Watermelon #F5575E
Tints of Wild Watermelon #F5575E
RGB
CMYK
RGB Variations
Color information
#F5575E (or 0xF5575E) is known color: Wild Watermelon. HEX triplet: F5, 57 and 5E. RGB value is (245,87,94). Sum of RGB (Red+Green+Blue) = 245+87+94=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F5575E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5575E is #0AA8A1. Grayscale: #878787. Windows color (decimal): -698530 or 6182901. OLE color: 6182901.
HSL color Cylindrical-coordinate representation of color #F5575E: hue angle of 357.34º 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 #F5575E is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 94 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.04 |
| HSL | 357.34º | 0.89% | 0.65% | - |
| HSV(B) | 357.34º | 0.64% | 0.96% | - |
| XYZ | 43.08 | 27.04 | 13.54 | - |
| YUV | 135.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 94 | 0 | 0.64 | 0.62 | 0.04 | 357.34 | 0.89 | 0.65 |
| Hex | F5 | 57 | 5E | 0 | 40 | 3E | 4 | 165 | 59 | 41 |
| Octal | 365 | 127 | 136 | 0 | 100 | 76 | 4 | 545 | 131 | 101 |
| Binary | 11110101 | 1010111 | 1011110 | 0 | 1000000 | 111110 | 100 | 101100101 | 1011001 | 1000001 |
Color Harmonies of #F5575E
Complementary color
Monochromatic Colors of #F5575E
Black with #F5575E
Text Example
Text Example
White with #F5575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5575E; }
p { color: rgb(245,87,94); }
H1.HeaderClassName
{
color: #F5575E;
}
.AnyTagClassName
{
color: #F5575E;
}
</style>
background-color css
<style>
a { background-color: #F5575E; }
a { background-color: rgb(245,87,94); }
div.DivClassName
{
background-color: #F5575E;
}
.BgClassName
{
background-color: #F5575E;
}
</style>
border-color css
<style>
span { border-color: #F5575E; }
span { border-color: rgb(245,87,94); }
td.TdClassName
{
border-color: #F5575E;
}
.TagClassName
{
border-color: #F5575E;
}
</style>