Shades of Wild Watermelon #F76162
Tints of Wild Watermelon #F76162
RGB
CMYK
RGB Variations
Color information
#F76162 (or 0xF76162) is known color: Wild Watermelon. HEX triplet: F7, 61 and 62. RGB value is (247,97,98). Sum of RGB (Red+Green+Blue) = 247+97+98=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F76162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76162 is #089E9D. Grayscale: #8E8E8E. Windows color (decimal): -564894 or 6447607. OLE color: 6447607.
HSL color Cylindrical-coordinate representation of color #F76162: hue angle of 359.6º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F76162 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 98 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.03 |
| HSL | 359.6º | 0.9% | 0.67% | - |
| HSV(B) | 359.6º | 0.61% | 0.97% | - |
| XYZ | 44.84 | 29.21 | 14.83 | - |
| YUV | 141.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 98 | 0 | 0.61 | 0.60 | 0.03 | 359.6 | 0.9 | 0.67 |
| Hex | F7 | 61 | 62 | 0 | 3D | 3C | 3 | 168 | 5A | 43 |
| Octal | 367 | 141 | 142 | 0 | 75 | 74 | 3 | 550 | 132 | 103 |
| Binary | 11110111 | 1100001 | 1100010 | 0 | 111101 | 111100 | 11 | 101101000 | 1011010 | 1000011 |
Color Harmonies of #F76162
Complementary color
Monochromatic Colors of #F76162
Black with #F76162
Text Example
Text Example
White with #F76162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76162; }
p { color: rgb(247,97,98); }
H1.HeaderClassName
{
color: #F76162;
}
.AnyTagClassName
{
color: #F76162;
}
</style>
background-color css
<style>
a { background-color: #F76162; }
a { background-color: rgb(247,97,98); }
div.DivClassName
{
background-color: #F76162;
}
.BgClassName
{
background-color: #F76162;
}
</style>
border-color css
<style>
span { border-color: #F76162; }
span { border-color: rgb(247,97,98); }
td.TdClassName
{
border-color: #F76162;
}
.TagClassName
{
border-color: #F76162;
}
</style>