Shades of Wild Watermelon #F76170
Tints of Wild Watermelon #F76170
RGB
CMYK
RGB Variations
Color information
#F76170 (or 0xF76170) is known color: Wild Watermelon. HEX triplet: F7, 61 and 70. RGB value is (247,97,112). Sum of RGB (Red+Green+Blue) = 247+97+112=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F76170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76170 is #089E8F. Grayscale: #8F8F8F. Windows color (decimal): -564880 or 7365111. OLE color: 7365111.
HSL color Cylindrical-coordinate representation of color #F76170: hue angle of 354º 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 #F76170 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 112 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.03 |
| HSL | 354º | 0.9% | 0.67% | - |
| HSV(B) | 354º | 0.61% | 0.97% | - |
| XYZ | 45.56 | 29.49 | 18.62 | - |
| YUV | 143.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 112 | 0 | 0.61 | 0.55 | 0.03 | 354 | 0.9 | 0.67 |
| Hex | F7 | 61 | 70 | 0 | 3D | 37 | 3 | 162 | 5A | 43 |
| Octal | 367 | 141 | 160 | 0 | 75 | 67 | 3 | 542 | 132 | 103 |
| Binary | 11110111 | 1100001 | 1110000 | 0 | 111101 | 110111 | 11 | 101100010 | 1011010 | 1000011 |
Color Harmonies of #F76170
Complementary color
Monochromatic Colors of #F76170
Black with #F76170
Text Example
Text Example
White with #F76170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76170; }
p { color: rgb(247,97,112); }
H1.HeaderClassName
{
color: #F76170;
}
.AnyTagClassName
{
color: #F76170;
}
</style>
background-color css
<style>
a { background-color: #F76170; }
a { background-color: rgb(247,97,112); }
div.DivClassName
{
background-color: #F76170;
}
.BgClassName
{
background-color: #F76170;
}
</style>
border-color css
<style>
span { border-color: #F76170; }
span { border-color: rgb(247,97,112); }
td.TdClassName
{
border-color: #F76170;
}
.TagClassName
{
border-color: #F76170;
}
</style>