Shades of Wild Watermelon #F5557C
Tints of Wild Watermelon #F5557C
RGB
CMYK
RGB Variations
Color information
#F5557C (or 0xF5557C) is known color: Wild Watermelon. HEX triplet: F5, 55 and 7C. RGB value is (245,85,124). Sum of RGB (Red+Green+Blue) = 245+85+124=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5557C is #0AAA83. Grayscale: #898989. Windows color (decimal): -699012 or 8148469. OLE color: 8148469.
HSL color Cylindrical-coordinate representation of color #F5557C: hue angle of 345.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5557C is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 124 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.04 |
| HSL | 345.38º | 0.89% | 0.65% | - |
| HSV(B) | 345.38º | 0.65% | 0.96% | - |
| XYZ | 44.54 | 27.36 | 22 | - |
| YUV | 137.29 | 120.51 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 124 | 0 | 0.65 | 0.49 | 0.04 | 345.38 | 0.89 | 0.65 |
| Hex | F5 | 55 | 7C | 0 | 41 | 31 | 4 | 159 | 59 | 41 |
| Octal | 365 | 125 | 174 | 0 | 101 | 61 | 4 | 531 | 131 | 101 |
| Binary | 11110101 | 1010101 | 1111100 | 0 | 1000001 | 110001 | 100 | 101011001 | 1011001 | 1000001 |
Color Harmonies of #F5557C
Complementary color
Monochromatic Colors of #F5557C
Black with #F5557C
Text Example
Text Example
White with #F5557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5557C; }
p { color: rgb(245,85,124); }
H1.HeaderClassName
{
color: #F5557C;
}
.AnyTagClassName
{
color: #F5557C;
}
</style>
background-color css
<style>
a { background-color: #F5557C; }
a { background-color: rgb(245,85,124); }
div.DivClassName
{
background-color: #F5557C;
}
.BgClassName
{
background-color: #F5557C;
}
</style>
border-color css
<style>
span { border-color: #F5557C; }
span { border-color: rgb(245,85,124); }
td.TdClassName
{
border-color: #F5557C;
}
.TagClassName
{
border-color: #F5557C;
}
</style>