Shades of Wild Watermelon #F85565
Tints of Wild Watermelon #F85565
RGB
CMYK
RGB Variations
Color information
#F85565 (or 0xF85565) is known color: Wild Watermelon. HEX triplet: F8, 55 and 65. RGB value is (248,85,101). Sum of RGB (Red+Green+Blue) = 248+85+101=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F85565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85565 is #07AA9A. Grayscale: #878787. Windows color (decimal): -502427 or 6641144. OLE color: 6641144.
HSL color Cylindrical-coordinate representation of color #F85565: hue angle of 354.11º 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 #F85565 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 101 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.03 |
| HSL | 354.11º | 0.92% | 0.65% | - |
| HSV(B) | 354.11º | 0.66% | 0.97% | - |
| XYZ | 44.31 | 27.39 | 15.26 | - |
| YUV | 135.56 | 108.5 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 101 | 0 | 0.66 | 0.59 | 0.03 | 354.11 | 0.92 | 0.65 |
| Hex | F8 | 55 | 65 | 0 | 42 | 3B | 3 | 162 | 5C | 41 |
| Octal | 370 | 125 | 145 | 0 | 102 | 73 | 3 | 542 | 134 | 101 |
| Binary | 11111000 | 1010101 | 1100101 | 0 | 1000010 | 111011 | 11 | 101100010 | 1011100 | 1000001 |
Color Harmonies of #F85565
Complementary color
Monochromatic Colors of #F85565
Black with #F85565
Text Example
Text Example
White with #F85565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85565; }
p { color: rgb(248,85,101); }
H1.HeaderClassName
{
color: #F85565;
}
.AnyTagClassName
{
color: #F85565;
}
</style>
background-color css
<style>
a { background-color: #F85565; }
a { background-color: rgb(248,85,101); }
div.DivClassName
{
background-color: #F85565;
}
.BgClassName
{
background-color: #F85565;
}
</style>
border-color css
<style>
span { border-color: #F85565; }
span { border-color: rgb(248,85,101); }
td.TdClassName
{
border-color: #F85565;
}
.TagClassName
{
border-color: #F85565;
}
</style>