Shades of Wild Watermelon #F55172
Tints of Wild Watermelon #F55172
RGB
CMYK
RGB Variations
Color information
#F55172 (or 0xF55172) is known color: Wild Watermelon. HEX triplet: F5, 51 and 72. RGB value is (245,81,114). Sum of RGB (Red+Green+Blue) = 245+81+114=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F55172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55172 is #0AAE8D. Grayscale: #858585. Windows color (decimal): -700046 or 7492085. OLE color: 7492085.
HSL color Cylindrical-coordinate representation of color #F55172: hue angle of 347.93º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F55172 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 114 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.04 |
| HSL | 347.93º | 0.89% | 0.64% | - |
| HSV(B) | 347.93º | 0.67% | 0.96% | - |
| XYZ | 43.64 | 26.51 | 18.74 | - |
| YUV | 133.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 114 | 0 | 0.67 | 0.53 | 0.04 | 347.93 | 0.89 | 0.64 |
| Hex | F5 | 51 | 72 | 0 | 43 | 35 | 4 | 15C | 59 | 40 |
| Octal | 365 | 121 | 162 | 0 | 103 | 65 | 4 | 534 | 131 | 100 |
| Binary | 11110101 | 1010001 | 1110010 | 0 | 1000011 | 110101 | 100 | 101011100 | 1011001 | 1000000 |
Color Harmonies of #F55172
Complementary color
Monochromatic Colors of #F55172
Black with #F55172
Text Example
Text Example
White with #F55172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55172; }
p { color: rgb(245,81,114); }
H1.HeaderClassName
{
color: #F55172;
}
.AnyTagClassName
{
color: #F55172;
}
</style>
background-color css
<style>
a { background-color: #F55172; }
a { background-color: rgb(245,81,114); }
div.DivClassName
{
background-color: #F55172;
}
.BgClassName
{
background-color: #F55172;
}
</style>
border-color css
<style>
span { border-color: #F55172; }
span { border-color: rgb(245,81,114); }
td.TdClassName
{
border-color: #F55172;
}
.TagClassName
{
border-color: #F55172;
}
</style>