Shades of Wild Watermelon #F7606C
Tints of Wild Watermelon #F7606C
RGB
CMYK
RGB Variations
Color information
#F7606C (or 0xF7606C) is known color: Wild Watermelon. HEX triplet: F7, 60 and 6C. RGB value is (247,96,108). Sum of RGB (Red+Green+Blue) = 247+96+108=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F7606C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7606C is #089F93. Grayscale: #8E8E8E. Windows color (decimal): -565140 or 7102711. OLE color: 7102711.
HSL color Cylindrical-coordinate representation of color #F7606C: hue angle of 355.23º 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 #F7606C is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 108 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.03 |
| HSL | 355.23º | 0.9% | 0.67% | - |
| HSV(B) | 355.23º | 0.61% | 0.97% | - |
| XYZ | 45.25 | 29.22 | 17.44 | - |
| YUV | 142.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 108 | 0 | 0.61 | 0.56 | 0.03 | 355.23 | 0.9 | 0.67 |
| Hex | F7 | 60 | 6C | 0 | 3D | 38 | 3 | 163 | 5A | 43 |
| Octal | 367 | 140 | 154 | 0 | 75 | 70 | 3 | 543 | 132 | 103 |
| Binary | 11110111 | 1100000 | 1101100 | 0 | 111101 | 111000 | 11 | 101100011 | 1011010 | 1000011 |
Color Harmonies of #F7606C
Complementary color
Monochromatic Colors of #F7606C
Black with #F7606C
Text Example
Text Example
White with #F7606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7606C; }
p { color: rgb(247,96,108); }
H1.HeaderClassName
{
color: #F7606C;
}
.AnyTagClassName
{
color: #F7606C;
}
</style>
background-color css
<style>
a { background-color: #F7606C; }
a { background-color: rgb(247,96,108); }
div.DivClassName
{
background-color: #F7606C;
}
.BgClassName
{
background-color: #F7606C;
}
</style>
border-color css
<style>
span { border-color: #F7606C; }
span { border-color: rgb(247,96,108); }
td.TdClassName
{
border-color: #F7606C;
}
.TagClassName
{
border-color: #F7606C;
}
</style>