Shades of Wild Watermelon #F76172
Tints of Wild Watermelon #F76172
RGB
CMYK
RGB Variations
Color information
#F76172 (or 0xF76172) is known color: Wild Watermelon. HEX triplet: F7, 61 and 72. RGB value is (247,97,114). Sum of RGB (Red+Green+Blue) = 247+97+114=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F76172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76172 is #089E8D. Grayscale: #8F8F8F. Windows color (decimal): -564878 or 7496183. OLE color: 7496183.
HSL color Cylindrical-coordinate representation of color #F76172: hue angle of 353.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 #F76172 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 114 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.03 |
| HSL | 353.2º | 0.9% | 0.67% | - |
| HSV(B) | 353.2º | 0.61% | 0.97% | - |
| XYZ | 45.67 | 29.54 | 19.21 | - |
| YUV | 143.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 114 | 0 | 0.61 | 0.54 | 0.03 | 353.2 | 0.9 | 0.67 |
| Hex | F7 | 61 | 72 | 0 | 3D | 36 | 3 | 161 | 5A | 43 |
| Octal | 367 | 141 | 162 | 0 | 75 | 66 | 3 | 541 | 132 | 103 |
| Binary | 11110111 | 1100001 | 1110010 | 0 | 111101 | 110110 | 11 | 101100001 | 1011010 | 1000011 |
Color Harmonies of #F76172
Complementary color
Monochromatic Colors of #F76172
Black with #F76172
Text Example
Text Example
White with #F76172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76172; }
p { color: rgb(247,97,114); }
H1.HeaderClassName
{
color: #F76172;
}
.AnyTagClassName
{
color: #F76172;
}
</style>
background-color css
<style>
a { background-color: #F76172; }
a { background-color: rgb(247,97,114); }
div.DivClassName
{
background-color: #F76172;
}
.BgClassName
{
background-color: #F76172;
}
</style>
border-color css
<style>
span { border-color: #F76172; }
span { border-color: rgb(247,97,114); }
td.TdClassName
{
border-color: #F76172;
}
.TagClassName
{
border-color: #F76172;
}
</style>