Shades of Wild Watermelon #F85573
Tints of Wild Watermelon #F85573
RGB
CMYK
RGB Variations
Color information
#F85573 (or 0xF85573) is known color: Wild Watermelon. HEX triplet: F8, 55 and 73. RGB value is (248,85,115). Sum of RGB (Red+Green+Blue) = 248+85+115=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F85573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85573 is #07AA8C. Grayscale: #898989. Windows color (decimal): -502413 or 7558648. OLE color: 7558648.
HSL color Cylindrical-coordinate representation of color #F85573: hue angle of 348.96º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85573 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 115 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.03 |
| HSL | 348.96º | 0.92% | 0.65% | - |
| HSV(B) | 348.96º | 0.66% | 0.97% | - |
| XYZ | 45.05 | 27.69 | 19.19 | - |
| YUV | 137.16 | 115.5 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 115 | 0 | 0.66 | 0.54 | 0.03 | 348.96 | 0.92 | 0.65 |
| Hex | F8 | 55 | 73 | 0 | 42 | 36 | 3 | 15D | 5C | 41 |
| Octal | 370 | 125 | 163 | 0 | 102 | 66 | 3 | 535 | 134 | 101 |
| Binary | 11111000 | 1010101 | 1110011 | 0 | 1000010 | 110110 | 11 | 101011101 | 1011100 | 1000001 |
Color Harmonies of #F85573
Complementary color
Monochromatic Colors of #F85573
Black with #F85573
Text Example
Text Example
White with #F85573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85573; }
p { color: rgb(248,85,115); }
H1.HeaderClassName
{
color: #F85573;
}
.AnyTagClassName
{
color: #F85573;
}
</style>
background-color css
<style>
a { background-color: #F85573; }
a { background-color: rgb(248,85,115); }
div.DivClassName
{
background-color: #F85573;
}
.BgClassName
{
background-color: #F85573;
}
</style>
border-color css
<style>
span { border-color: #F85573; }
span { border-color: rgb(248,85,115); }
td.TdClassName
{
border-color: #F85573;
}
.TagClassName
{
border-color: #F85573;
}
</style>