Shades of Wild Watermelon #F85162
Tints of Wild Watermelon #F85162
RGB
CMYK
RGB Variations
Color information
#F85162 (or 0xF85162) is known color: Wild Watermelon. HEX triplet: F8, 51 and 62. RGB value is (248,81,98). Sum of RGB (Red+Green+Blue) = 248+81+98=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F85162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85162 is #07AE9D. Grayscale: #848484. Windows color (decimal): -503454 or 6443512. OLE color: 6443512.
HSL color Cylindrical-coordinate representation of color #F85162: hue angle of 353.89º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F85162 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 98 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.03 |
| HSL | 353.89º | 0.92% | 0.65% | - |
| HSV(B) | 353.89º | 0.67% | 0.97% | - |
| XYZ | 43.86 | 26.72 | 14.4 | - |
| YUV | 132.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 98 | 0 | 0.67 | 0.60 | 0.03 | 353.89 | 0.92 | 0.65 |
| Hex | F8 | 51 | 62 | 0 | 43 | 3C | 3 | 162 | 5C | 41 |
| Octal | 370 | 121 | 142 | 0 | 103 | 74 | 3 | 542 | 134 | 101 |
| Binary | 11111000 | 1010001 | 1100010 | 0 | 1000011 | 111100 | 11 | 101100010 | 1011100 | 1000001 |
Color Harmonies of #F85162
Complementary color
Monochromatic Colors of #F85162
Black with #F85162
Text Example
Text Example
White with #F85162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85162; }
p { color: rgb(248,81,98); }
H1.HeaderClassName
{
color: #F85162;
}
.AnyTagClassName
{
color: #F85162;
}
</style>
background-color css
<style>
a { background-color: #F85162; }
a { background-color: rgb(248,81,98); }
div.DivClassName
{
background-color: #F85162;
}
.BgClassName
{
background-color: #F85162;
}
</style>
border-color css
<style>
span { border-color: #F85162; }
span { border-color: rgb(248,81,98); }
td.TdClassName
{
border-color: #F85162;
}
.TagClassName
{
border-color: #F85162;
}
</style>