Shades of Wild Watermelon #F85570
Tints of Wild Watermelon #F85570
RGB
CMYK
RGB Variations
Color information
#F85570 (or 0xF85570) is known color: Wild Watermelon. HEX triplet: F8, 55 and 70. RGB value is (248,85,112). Sum of RGB (Red+Green+Blue) = 248+85+112=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F85570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85570 is #07AA8F. Grayscale: #888888. Windows color (decimal): -502416 or 7362040. OLE color: 7362040.
HSL color Cylindrical-coordinate representation of color #F85570: hue angle of 350.06º 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 #F85570 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 112 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.03 |
| HSL | 350.06º | 0.92% | 0.65% | - |
| HSV(B) | 350.06º | 0.66% | 0.97% | - |
| XYZ | 44.88 | 27.62 | 18.3 | - |
| YUV | 136.82 | 114 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 112 | 0 | 0.66 | 0.55 | 0.03 | 350.06 | 0.92 | 0.65 |
| Hex | F8 | 55 | 70 | 0 | 42 | 37 | 3 | 15E | 5C | 41 |
| Octal | 370 | 125 | 160 | 0 | 102 | 67 | 3 | 536 | 134 | 101 |
| Binary | 11111000 | 1010101 | 1110000 | 0 | 1000010 | 110111 | 11 | 101011110 | 1011100 | 1000001 |
Color Harmonies of #F85570
Complementary color
Monochromatic Colors of #F85570
Black with #F85570
Text Example
Text Example
White with #F85570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85570; }
p { color: rgb(248,85,112); }
H1.HeaderClassName
{
color: #F85570;
}
.AnyTagClassName
{
color: #F85570;
}
</style>
background-color css
<style>
a { background-color: #F85570; }
a { background-color: rgb(248,85,112); }
div.DivClassName
{
background-color: #F85570;
}
.BgClassName
{
background-color: #F85570;
}
</style>
border-color css
<style>
span { border-color: #F85570; }
span { border-color: rgb(248,85,112); }
td.TdClassName
{
border-color: #F85570;
}
.TagClassName
{
border-color: #F85570;
}
</style>