Shades of Wild Watermelon #F55972
Tints of Wild Watermelon #F55972
RGB
CMYK
RGB Variations
Color information
#F55972 (or 0xF55972) is known color: Wild Watermelon. HEX triplet: F5, 59 and 72. RGB value is (245,89,114). Sum of RGB (Red+Green+Blue) = 245+89+114=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F55972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55972 is #0AA68D. Grayscale: #8A8A8A. Windows color (decimal): -697998 or 7494133. OLE color: 7494133.
HSL color Cylindrical-coordinate representation of color #F55972: hue angle of 350.38º 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 #F55972 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 114 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.04 |
| HSL | 350.38º | 0.89% | 0.65% | - |
| HSV(B) | 350.38º | 0.64% | 0.96% | - |
| XYZ | 44.27 | 27.77 | 18.95 | - |
| YUV | 138.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 114 | 0 | 0.64 | 0.53 | 0.04 | 350.38 | 0.89 | 0.65 |
| Hex | F5 | 59 | 72 | 0 | 40 | 35 | 4 | 15E | 59 | 41 |
| Octal | 365 | 131 | 162 | 0 | 100 | 65 | 4 | 536 | 131 | 101 |
| Binary | 11110101 | 1011001 | 1110010 | 0 | 1000000 | 110101 | 100 | 101011110 | 1011001 | 1000001 |
Color Harmonies of #F55972
Complementary color
Monochromatic Colors of #F55972
Black with #F55972
Text Example
Text Example
White with #F55972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55972; }
p { color: rgb(245,89,114); }
H1.HeaderClassName
{
color: #F55972;
}
.AnyTagClassName
{
color: #F55972;
}
</style>
background-color css
<style>
a { background-color: #F55972; }
a { background-color: rgb(245,89,114); }
div.DivClassName
{
background-color: #F55972;
}
.BgClassName
{
background-color: #F55972;
}
</style>
border-color css
<style>
span { border-color: #F55972; }
span { border-color: rgb(245,89,114); }
td.TdClassName
{
border-color: #F55972;
}
.TagClassName
{
border-color: #F55972;
}
</style>