Shades of Wild Watermelon #F85865
Tints of Wild Watermelon #F85865
RGB
CMYK
RGB Variations
Color information
#F85865 (or 0xF85865) is known color: Wild Watermelon. HEX triplet: F8, 58 and 65. RGB value is (248,88,101). Sum of RGB (Red+Green+Blue) = 248+88+101=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F85865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85865 is #07A79A. Grayscale: #898989. Windows color (decimal): -501659 or 6641912. OLE color: 6641912.
HSL color Cylindrical-coordinate representation of color #F85865: hue angle of 355.12º 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 #F85865 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 101 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.03 |
| HSL | 355.13º | 0.92% | 0.66% | - |
| HSV(B) | 355.13º | 0.65% | 0.97% | - |
| XYZ | 44.55 | 27.88 | 15.34 | - |
| YUV | 137.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 101 | 0 | 0.65 | 0.59 | 0.03 | 355.13 | 0.92 | 0.66 |
| Hex | F8 | 58 | 65 | 0 | 41 | 3B | 3 | 163 | 5C | 42 |
| Octal | 370 | 130 | 145 | 0 | 101 | 73 | 3 | 543 | 134 | 102 |
| Binary | 11111000 | 1011000 | 1100101 | 0 | 1000001 | 111011 | 11 | 101100011 | 1011100 | 1000010 |
Color Harmonies of #F85865
Complementary color
Monochromatic Colors of #F85865
Black with #F85865
Text Example
Text Example
White with #F85865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85865; }
p { color: rgb(248,88,101); }
H1.HeaderClassName
{
color: #F85865;
}
.AnyTagClassName
{
color: #F85865;
}
</style>
background-color css
<style>
a { background-color: #F85865; }
a { background-color: rgb(248,88,101); }
div.DivClassName
{
background-color: #F85865;
}
.BgClassName
{
background-color: #F85865;
}
</style>
border-color css
<style>
span { border-color: #F85865; }
span { border-color: rgb(248,88,101); }
td.TdClassName
{
border-color: #F85865;
}
.TagClassName
{
border-color: #F85865;
}
</style>