Shades of Wild Watermelon #F5575C
Tints of Wild Watermelon #F5575C
RGB
CMYK
RGB Variations
Color information
#F5575C (or 0xF5575C) is known color: Wild Watermelon. HEX triplet: F5, 57 and 5C. RGB value is (245,87,92). Sum of RGB (Red+Green+Blue) = 245+87+92=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5575C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5575C is #0AA8A3. Grayscale: #868686. Windows color (decimal): -698532 or 6051829. OLE color: 6051829.
HSL color Cylindrical-coordinate representation of color #F5575C: hue angle of 358.1º 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 #F5575C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 92 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.04 |
| HSL | 358.1º | 0.89% | 0.65% | - |
| HSV(B) | 358.1º | 0.64% | 0.96% | - |
| XYZ | 43 | 27 | 13.07 | - |
| YUV | 134.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 92 | 0 | 0.64 | 0.62 | 0.04 | 358.1 | 0.89 | 0.65 |
| Hex | F5 | 57 | 5C | 0 | 40 | 3E | 4 | 166 | 59 | 41 |
| Octal | 365 | 127 | 134 | 0 | 100 | 76 | 4 | 546 | 131 | 101 |
| Binary | 11110101 | 1010111 | 1011100 | 0 | 1000000 | 111110 | 100 | 101100110 | 1011001 | 1000001 |
Color Harmonies of #F5575C
Complementary color
Monochromatic Colors of #F5575C
Black with #F5575C
Text Example
Text Example
White with #F5575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5575C; }
p { color: rgb(245,87,92); }
H1.HeaderClassName
{
color: #F5575C;
}
.AnyTagClassName
{
color: #F5575C;
}
</style>
background-color css
<style>
a { background-color: #F5575C; }
a { background-color: rgb(245,87,92); }
div.DivClassName
{
background-color: #F5575C;
}
.BgClassName
{
background-color: #F5575C;
}
</style>
border-color css
<style>
span { border-color: #F5575C; }
span { border-color: rgb(245,87,92); }
td.TdClassName
{
border-color: #F5575C;
}
.TagClassName
{
border-color: #F5575C;
}
</style>