Shades of Wild Watermelon #F55569
Tints of Wild Watermelon #F55569
RGB
CMYK
RGB Variations
Color information
#F55569 (or 0xF55569) is known color: Wild Watermelon. HEX triplet: F5, 55 and 69. RGB value is (245,85,105). Sum of RGB (Red+Green+Blue) = 245+85+105=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F55569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55569 is #0AAA96. Grayscale: #878787. Windows color (decimal): -699031 or 6903285. OLE color: 6903285.
HSL color Cylindrical-coordinate representation of color #F55569: hue angle of 352.5º 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 #F55569 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 105 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.04 |
| HSL | 352.5º | 0.89% | 0.65% | - |
| HSV(B) | 352.5º | 0.65% | 0.96% | - |
| XYZ | 43.45 | 26.93 | 16.27 | - |
| YUV | 135.12 | 111.01 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 105 | 0 | 0.65 | 0.57 | 0.04 | 352.5 | 0.89 | 0.65 |
| Hex | F5 | 55 | 69 | 0 | 41 | 39 | 4 | 160 | 59 | 41 |
| Octal | 365 | 125 | 151 | 0 | 101 | 71 | 4 | 540 | 131 | 101 |
| Binary | 11110101 | 1010101 | 1101001 | 0 | 1000001 | 111001 | 100 | 101100000 | 1011001 | 1000001 |
Color Harmonies of #F55569
Complementary color
Monochromatic Colors of #F55569
Black with #F55569
Text Example
Text Example
White with #F55569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55569; }
p { color: rgb(245,85,105); }
H1.HeaderClassName
{
color: #F55569;
}
.AnyTagClassName
{
color: #F55569;
}
</style>
background-color css
<style>
a { background-color: #F55569; }
a { background-color: rgb(245,85,105); }
div.DivClassName
{
background-color: #F55569;
}
.BgClassName
{
background-color: #F55569;
}
</style>
border-color css
<style>
span { border-color: #F55569; }
span { border-color: rgb(245,85,105); }
td.TdClassName
{
border-color: #F55569;
}
.TagClassName
{
border-color: #F55569;
}
</style>