Shades of Wild Watermelon #F5577C
Tints of Wild Watermelon #F5577C
RGB
CMYK
RGB Variations
Color information
#F5577C (or 0xF5577C) is known color: Wild Watermelon. HEX triplet: F5, 57 and 7C. RGB value is (245,87,124). Sum of RGB (Red+Green+Blue) = 245+87+124=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5577C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5577C is #0AA883. Grayscale: #8A8A8A. Windows color (decimal): -698500 or 8148981. OLE color: 8148981.
HSL color Cylindrical-coordinate representation of color #F5577C: hue angle of 345.95º 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 #F5577C is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 124 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.04 |
| HSL | 345.95º | 0.89% | 0.65% | - |
| HSV(B) | 345.95º | 0.64% | 0.96% | - |
| XYZ | 44.7 | 27.68 | 22.06 | - |
| YUV | 138.46 | 119.85 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 124 | 0 | 0.64 | 0.49 | 0.04 | 345.95 | 0.89 | 0.65 |
| Hex | F5 | 57 | 7C | 0 | 40 | 31 | 4 | 15A | 59 | 41 |
| Octal | 365 | 127 | 174 | 0 | 100 | 61 | 4 | 532 | 131 | 101 |
| Binary | 11110101 | 1010111 | 1111100 | 0 | 1000000 | 110001 | 100 | 101011010 | 1011001 | 1000001 |
Color Harmonies of #F5577C
Complementary color
Monochromatic Colors of #F5577C
Black with #F5577C
Text Example
Text Example
White with #F5577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5577C; }
p { color: rgb(245,87,124); }
H1.HeaderClassName
{
color: #F5577C;
}
.AnyTagClassName
{
color: #F5577C;
}
</style>
background-color css
<style>
a { background-color: #F5577C; }
a { background-color: rgb(245,87,124); }
div.DivClassName
{
background-color: #F5577C;
}
.BgClassName
{
background-color: #F5577C;
}
</style>
border-color css
<style>
span { border-color: #F5577C; }
span { border-color: rgb(245,87,124); }
td.TdClassName
{
border-color: #F5577C;
}
.TagClassName
{
border-color: #F5577C;
}
</style>