Shades of Wild Watermelon #F85665
Tints of Wild Watermelon #F85665
RGB
CMYK
RGB Variations
Color information
#F85665 (or 0xF85665) is known color: Wild Watermelon. HEX triplet: F8, 56 and 65. RGB value is (248,86,101). Sum of RGB (Red+Green+Blue) = 248+86+101=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F85665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85665 is #07A99A. Grayscale: #888888. Windows color (decimal): -502171 or 6641400. OLE color: 6641400.
HSL color Cylindrical-coordinate representation of color #F85665: hue angle of 354.44º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85665 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 101 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.03 |
| HSL | 354.44º | 0.92% | 0.65% | - |
| HSV(B) | 354.44º | 0.65% | 0.97% | - |
| XYZ | 44.39 | 27.55 | 15.29 | - |
| YUV | 136.15 | 108.17 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 101 | 0 | 0.65 | 0.59 | 0.03 | 354.44 | 0.92 | 0.65 |
| Hex | F8 | 56 | 65 | 0 | 41 | 3B | 3 | 162 | 5C | 41 |
| Octal | 370 | 126 | 145 | 0 | 101 | 73 | 3 | 542 | 134 | 101 |
| Binary | 11111000 | 1010110 | 1100101 | 0 | 1000001 | 111011 | 11 | 101100010 | 1011100 | 1000001 |
Color Harmonies of #F85665
Complementary color
Monochromatic Colors of #F85665
Black with #F85665
Text Example
Text Example
White with #F85665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85665; }
p { color: rgb(248,86,101); }
H1.HeaderClassName
{
color: #F85665;
}
.AnyTagClassName
{
color: #F85665;
}
</style>
background-color css
<style>
a { background-color: #F85665; }
a { background-color: rgb(248,86,101); }
div.DivClassName
{
background-color: #F85665;
}
.BgClassName
{
background-color: #F85665;
}
</style>
border-color css
<style>
span { border-color: #F85665; }
span { border-color: rgb(248,86,101); }
td.TdClassName
{
border-color: #F85665;
}
.TagClassName
{
border-color: #F85665;
}
</style>