Shades of Wild Watermelon #F55176
Tints of Wild Watermelon #F55176
RGB
CMYK
RGB Variations
Color information
#F55176 (or 0xF55176) is known color: Wild Watermelon. HEX triplet: F5, 51 and 76. RGB value is (245,81,118). Sum of RGB (Red+Green+Blue) = 245+81+118=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F55176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55176 is #0AAE89. Grayscale: #868686. Windows color (decimal): -700042 or 7754229. OLE color: 7754229.
HSL color Cylindrical-coordinate representation of color #F55176: hue angle of 346.46º 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 #F55176 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 118 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.04 |
| HSL | 346.46º | 0.89% | 0.64% | - |
| HSV(B) | 346.46º | 0.67% | 0.96% | - |
| XYZ | 43.87 | 26.61 | 19.96 | - |
| YUV | 134.25 | 118.83 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 118 | 0 | 0.67 | 0.52 | 0.04 | 346.46 | 0.89 | 0.64 |
| Hex | F5 | 51 | 76 | 0 | 43 | 34 | 4 | 15A | 59 | 40 |
| Octal | 365 | 121 | 166 | 0 | 103 | 64 | 4 | 532 | 131 | 100 |
| Binary | 11110101 | 1010001 | 1110110 | 0 | 1000011 | 110100 | 100 | 101011010 | 1011001 | 1000000 |
Color Harmonies of #F55176
Complementary color
Monochromatic Colors of #F55176
Black with #F55176
Text Example
Text Example
White with #F55176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55176; }
p { color: rgb(245,81,118); }
H1.HeaderClassName
{
color: #F55176;
}
.AnyTagClassName
{
color: #F55176;
}
</style>
background-color css
<style>
a { background-color: #F55176; }
a { background-color: rgb(245,81,118); }
div.DivClassName
{
background-color: #F55176;
}
.BgClassName
{
background-color: #F55176;
}
</style>
border-color css
<style>
span { border-color: #F55176; }
span { border-color: rgb(245,81,118); }
td.TdClassName
{
border-color: #F55176;
}
.TagClassName
{
border-color: #F55176;
}
</style>