Shades of Wild Watermelon #F85871
Tints of Wild Watermelon #F85871
RGB
CMYK
RGB Variations
Color information
#F85871 (or 0xF85871) is known color: Wild Watermelon. HEX triplet: F8, 58 and 71. RGB value is (248,88,113). Sum of RGB (Red+Green+Blue) = 248+88+113=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F85871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85871 is #07A78E. Grayscale: #8A8A8A. Windows color (decimal): -501647 or 7428344. OLE color: 7428344.
HSL color Cylindrical-coordinate representation of color #F85871: hue angle of 350.62º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85871 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 113 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.03 |
| HSL | 350.63º | 0.92% | 0.66% | - |
| HSV(B) | 350.63º | 0.65% | 0.97% | - |
| XYZ | 45.18 | 28.13 | 18.67 | - |
| YUV | 138.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 113 | 0 | 0.65 | 0.54 | 0.03 | 350.63 | 0.92 | 0.66 |
| Hex | F8 | 58 | 71 | 0 | 41 | 36 | 3 | 15F | 5C | 42 |
| Octal | 370 | 130 | 161 | 0 | 101 | 66 | 3 | 537 | 134 | 102 |
| Binary | 11111000 | 1011000 | 1110001 | 0 | 1000001 | 110110 | 11 | 101011111 | 1011100 | 1000010 |
Color Harmonies of #F85871
Complementary color
Monochromatic Colors of #F85871
Black with #F85871
Text Example
Text Example
White with #F85871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85871; }
p { color: rgb(248,88,113); }
H1.HeaderClassName
{
color: #F85871;
}
.AnyTagClassName
{
color: #F85871;
}
</style>
background-color css
<style>
a { background-color: #F85871; }
a { background-color: rgb(248,88,113); }
div.DivClassName
{
background-color: #F85871;
}
.BgClassName
{
background-color: #F85871;
}
</style>
border-color css
<style>
span { border-color: #F85871; }
span { border-color: rgb(248,88,113); }
td.TdClassName
{
border-color: #F85871;
}
.TagClassName
{
border-color: #F85871;
}
</style>