Shades of Wild Watermelon #F85575
Tints of Wild Watermelon #F85575
RGB
CMYK
RGB Variations
Color information
#F85575 (or 0xF85575) is known color: Wild Watermelon. HEX triplet: F8, 55 and 75. RGB value is (248,85,117). Sum of RGB (Red+Green+Blue) = 248+85+117=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F85575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85575 is #07AA8A. Grayscale: #898989. Windows color (decimal): -502411 or 7689720. OLE color: 7689720.
HSL color Cylindrical-coordinate representation of color #F85575: hue angle of 348.22º 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 #F85575 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 117 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.03 |
| HSL | 348.22º | 0.92% | 0.65% | - |
| HSV(B) | 348.22º | 0.66% | 0.97% | - |
| XYZ | 45.17 | 27.74 | 19.8 | - |
| YUV | 137.39 | 116.5 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 117 | 0 | 0.66 | 0.53 | 0.03 | 348.22 | 0.92 | 0.65 |
| Hex | F8 | 55 | 75 | 0 | 42 | 35 | 3 | 15C | 5C | 41 |
| Octal | 370 | 125 | 165 | 0 | 102 | 65 | 3 | 534 | 134 | 101 |
| Binary | 11111000 | 1010101 | 1110101 | 0 | 1000010 | 110101 | 11 | 101011100 | 1011100 | 1000001 |
Color Harmonies of #F85575
Complementary color
Monochromatic Colors of #F85575
Black with #F85575
Text Example
Text Example
White with #F85575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85575; }
p { color: rgb(248,85,117); }
H1.HeaderClassName
{
color: #F85575;
}
.AnyTagClassName
{
color: #F85575;
}
</style>
background-color css
<style>
a { background-color: #F85575; }
a { background-color: rgb(248,85,117); }
div.DivClassName
{
background-color: #F85575;
}
.BgClassName
{
background-color: #F85575;
}
</style>
border-color css
<style>
span { border-color: #F85575; }
span { border-color: rgb(248,85,117); }
td.TdClassName
{
border-color: #F85575;
}
.TagClassName
{
border-color: #F85575;
}
</style>