Shades of Wild Watermelon #F55668
Tints of Wild Watermelon #F55668
RGB
CMYK
RGB Variations
Color information
#F55668 (or 0xF55668) is known color: Wild Watermelon. HEX triplet: F5, 56 and 68. RGB value is (245,86,104). Sum of RGB (Red+Green+Blue) = 245+86+104=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F55668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55668 is #0AA997. Grayscale: #878787. Windows color (decimal): -698776 or 6838005. OLE color: 6838005.
HSL color Cylindrical-coordinate representation of color #F55668: hue angle of 353.21º 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 #F55668 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 104 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.04 |
| HSL | 353.21º | 0.89% | 0.65% | - |
| HSV(B) | 353.21º | 0.65% | 0.96% | - |
| XYZ | 43.48 | 27.07 | 16.03 | - |
| YUV | 135.59 | 110.18 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 104 | 0 | 0.65 | 0.58 | 0.04 | 353.21 | 0.89 | 0.65 |
| Hex | F5 | 56 | 68 | 0 | 41 | 3A | 4 | 161 | 59 | 41 |
| Octal | 365 | 126 | 150 | 0 | 101 | 72 | 4 | 541 | 131 | 101 |
| Binary | 11110101 | 1010110 | 1101000 | 0 | 1000001 | 111010 | 100 | 101100001 | 1011001 | 1000001 |
Color Harmonies of #F55668
Complementary color
Monochromatic Colors of #F55668
Black with #F55668
Text Example
Text Example
White with #F55668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55668; }
p { color: rgb(245,86,104); }
H1.HeaderClassName
{
color: #F55668;
}
.AnyTagClassName
{
color: #F55668;
}
</style>
background-color css
<style>
a { background-color: #F55668; }
a { background-color: rgb(245,86,104); }
div.DivClassName
{
background-color: #F55668;
}
.BgClassName
{
background-color: #F55668;
}
</style>
border-color css
<style>
span { border-color: #F55668; }
span { border-color: rgb(245,86,104); }
td.TdClassName
{
border-color: #F55668;
}
.TagClassName
{
border-color: #F55668;
}
</style>