Shades of Wild Watermelon #F55873
Tints of Wild Watermelon #F55873
RGB
CMYK
RGB Variations
Color information
#F55873 (or 0xF55873) is known color: Wild Watermelon. HEX triplet: F5, 58 and 73. RGB value is (245,88,115). Sum of RGB (Red+Green+Blue) = 245+88+115=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F55873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55873 is #0AA78C. Grayscale: #8A8A8A. Windows color (decimal): -698253 or 7559413. OLE color: 7559413.
HSL color Cylindrical-coordinate representation of color #F55873: hue angle of 349.68º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55873 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 115 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.04 |
| HSL | 349.68º | 0.89% | 0.65% | - |
| HSV(B) | 349.68º | 0.64% | 0.96% | - |
| XYZ | 44.24 | 27.63 | 19.22 | - |
| YUV | 138.02 | 115.01 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 115 | 0 | 0.64 | 0.53 | 0.04 | 349.68 | 0.89 | 0.65 |
| Hex | F5 | 58 | 73 | 0 | 40 | 35 | 4 | 15E | 59 | 41 |
| Octal | 365 | 130 | 163 | 0 | 100 | 65 | 4 | 536 | 131 | 101 |
| Binary | 11110101 | 1011000 | 1110011 | 0 | 1000000 | 110101 | 100 | 101011110 | 1011001 | 1000001 |
Color Harmonies of #F55873
Complementary color
Monochromatic Colors of #F55873
Black with #F55873
Text Example
Text Example
White with #F55873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55873; }
p { color: rgb(245,88,115); }
H1.HeaderClassName
{
color: #F55873;
}
.AnyTagClassName
{
color: #F55873;
}
</style>
background-color css
<style>
a { background-color: #F55873; }
a { background-color: rgb(245,88,115); }
div.DivClassName
{
background-color: #F55873;
}
.BgClassName
{
background-color: #F55873;
}
</style>
border-color css
<style>
span { border-color: #F55873; }
span { border-color: rgb(245,88,115); }
td.TdClassName
{
border-color: #F55873;
}
.TagClassName
{
border-color: #F55873;
}
</style>