Shades of Wild Watermelon #F76168
Tints of Wild Watermelon #F76168
RGB
CMYK
RGB Variations
Color information
#F76168 (or 0xF76168) is known color: Wild Watermelon. HEX triplet: F7, 61 and 68. RGB value is (247,97,104). Sum of RGB (Red+Green+Blue) = 247+97+104=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F76168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76168 is #089E97. Grayscale: #8E8E8E. Windows color (decimal): -564888 or 6840823. OLE color: 6840823.
HSL color Cylindrical-coordinate representation of color #F76168: hue angle of 357.2º 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 #F76168 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 104 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.03 |
| HSL | 357.2º | 0.9% | 0.67% | - |
| HSV(B) | 357.2º | 0.61% | 0.97% | - |
| XYZ | 45.13 | 29.32 | 16.38 | - |
| YUV | 142.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 104 | 0 | 0.61 | 0.58 | 0.03 | 357.2 | 0.9 | 0.67 |
| Hex | F7 | 61 | 68 | 0 | 3D | 3A | 3 | 165 | 5A | 43 |
| Octal | 367 | 141 | 150 | 0 | 75 | 72 | 3 | 545 | 132 | 103 |
| Binary | 11110111 | 1100001 | 1101000 | 0 | 111101 | 111010 | 11 | 101100101 | 1011010 | 1000011 |
Color Harmonies of #F76168
Complementary color
Monochromatic Colors of #F76168
Black with #F76168
Text Example
Text Example
White with #F76168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76168; }
p { color: rgb(247,97,104); }
H1.HeaderClassName
{
color: #F76168;
}
.AnyTagClassName
{
color: #F76168;
}
</style>
background-color css
<style>
a { background-color: #F76168; }
a { background-color: rgb(247,97,104); }
div.DivClassName
{
background-color: #F76168;
}
.BgClassName
{
background-color: #F76168;
}
</style>
border-color css
<style>
span { border-color: #F76168; }
span { border-color: rgb(247,97,104); }
td.TdClassName
{
border-color: #F76168;
}
.TagClassName
{
border-color: #F76168;
}
</style>