Shades of Wild Watermelon #F55669
Tints of Wild Watermelon #F55669
RGB
CMYK
RGB Variations
Color information
#F55669 (or 0xF55669) is known color: Wild Watermelon. HEX triplet: F5, 56 and 69. RGB value is (245,86,105). Sum of RGB (Red+Green+Blue) = 245+86+105=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F55669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55669 is #0AA996. Grayscale: #878787. Windows color (decimal): -698775 or 6903541. OLE color: 6903541.
HSL color Cylindrical-coordinate representation of color #F55669: hue angle of 352.83º 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 #F55669 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 105 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.04 |
| HSL | 352.83º | 0.89% | 0.65% | - |
| HSV(B) | 352.83º | 0.65% | 0.96% | - |
| XYZ | 43.53 | 27.09 | 16.3 | - |
| YUV | 135.71 | 110.68 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 105 | 0 | 0.65 | 0.57 | 0.04 | 352.83 | 0.89 | 0.65 |
| Hex | F5 | 56 | 69 | 0 | 41 | 39 | 4 | 161 | 59 | 41 |
| Octal | 365 | 126 | 151 | 0 | 101 | 71 | 4 | 541 | 131 | 101 |
| Binary | 11110101 | 1010110 | 1101001 | 0 | 1000001 | 111001 | 100 | 101100001 | 1011001 | 1000001 |
Color Harmonies of #F55669
Complementary color
Monochromatic Colors of #F55669
Black with #F55669
Text Example
Text Example
White with #F55669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55669; }
p { color: rgb(245,86,105); }
H1.HeaderClassName
{
color: #F55669;
}
.AnyTagClassName
{
color: #F55669;
}
</style>
background-color css
<style>
a { background-color: #F55669; }
a { background-color: rgb(245,86,105); }
div.DivClassName
{
background-color: #F55669;
}
.BgClassName
{
background-color: #F55669;
}
</style>
border-color css
<style>
span { border-color: #F55669; }
span { border-color: rgb(245,86,105); }
td.TdClassName
{
border-color: #F55669;
}
.TagClassName
{
border-color: #F55669;
}
</style>