Shades of Wild Watermelon #F76166
Tints of Wild Watermelon #F76166
RGB
CMYK
RGB Variations
Color information
#F76166 (or 0xF76166) is known color: Wild Watermelon. HEX triplet: F7, 61 and 66. RGB value is (247,97,102). Sum of RGB (Red+Green+Blue) = 247+97+102=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F76166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76166 is #089E99. Grayscale: #8E8E8E. Windows color (decimal): -564890 or 6709751. OLE color: 6709751.
HSL color Cylindrical-coordinate representation of color #F76166: hue angle of 358º 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 #F76166 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 102 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.03 |
| HSL | 358º | 0.9% | 0.67% | - |
| HSV(B) | 358º | 0.61% | 0.97% | - |
| XYZ | 45.03 | 29.28 | 15.85 | - |
| YUV | 142.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 102 | 0 | 0.61 | 0.59 | 0.03 | 358 | 0.9 | 0.67 |
| Hex | F7 | 61 | 66 | 0 | 3D | 3B | 3 | 166 | 5A | 43 |
| Octal | 367 | 141 | 146 | 0 | 75 | 73 | 3 | 546 | 132 | 103 |
| Binary | 11110111 | 1100001 | 1100110 | 0 | 111101 | 111011 | 11 | 101100110 | 1011010 | 1000011 |
Color Harmonies of #F76166
Complementary color
Monochromatic Colors of #F76166
Black with #F76166
Text Example
Text Example
White with #F76166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76166; }
p { color: rgb(247,97,102); }
H1.HeaderClassName
{
color: #F76166;
}
.AnyTagClassName
{
color: #F76166;
}
</style>
background-color css
<style>
a { background-color: #F76166; }
a { background-color: rgb(247,97,102); }
div.DivClassName
{
background-color: #F76166;
}
.BgClassName
{
background-color: #F76166;
}
</style>
border-color css
<style>
span { border-color: #F76166; }
span { border-color: rgb(247,97,102); }
td.TdClassName
{
border-color: #F76166;
}
.TagClassName
{
border-color: #F76166;
}
</style>