Shades of Wild Watermelon #F7666D
Tints of Wild Watermelon #F7666D
RGB
CMYK
RGB Variations
Color information
#F7666D (or 0xF7666D) is known color: Wild Watermelon. HEX triplet: F7, 66 and 6D. RGB value is (247,102,109). Sum of RGB (Red+Green+Blue) = 247+102+109=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7666D is #089992. Grayscale: #929292. Windows color (decimal): -563603 or 7169783. OLE color: 7169783.
HSL color Cylindrical-coordinate representation of color #F7666D: hue angle of 357.1º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7666D is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 109 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.03 |
| HSL | 357.1º | 0.9% | 0.68% | - |
| HSV(B) | 357.1º | 0.59% | 0.97% | - |
| XYZ | 45.87 | 30.38 | 17.91 | - |
| YUV | 146.15 | 107.04 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 109 | 0 | 0.59 | 0.56 | 0.03 | 357.1 | 0.9 | 0.68 |
| Hex | F7 | 66 | 6D | 0 | 3B | 38 | 3 | 165 | 5A | 44 |
| Octal | 367 | 146 | 155 | 0 | 73 | 70 | 3 | 545 | 132 | 104 |
| Binary | 11110111 | 1100110 | 1101101 | 0 | 111011 | 111000 | 11 | 101100101 | 1011010 | 1000100 |
Color Harmonies of #F7666D
Complementary color
Monochromatic Colors of #F7666D
Black with #F7666D
Text Example
Text Example
White with #F7666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7666D; }
p { color: rgb(247,102,109); }
H1.HeaderClassName
{
color: #F7666D;
}
.AnyTagClassName
{
color: #F7666D;
}
</style>
background-color css
<style>
a { background-color: #F7666D; }
a { background-color: rgb(247,102,109); }
div.DivClassName
{
background-color: #F7666D;
}
.BgClassName
{
background-color: #F7666D;
}
</style>
border-color css
<style>
span { border-color: #F7666D; }
span { border-color: rgb(247,102,109); }
td.TdClassName
{
border-color: #F7666D;
}
.TagClassName
{
border-color: #F7666D;
}
</style>