Shades of Wild Watermelon #F76376
Tints of Wild Watermelon #F76376
RGB
CMYK
RGB Variations
Color information
#F76376 (or 0xF76376) is known color: Wild Watermelon. HEX triplet: F7, 63 and 76. RGB value is (247,99,118). Sum of RGB (Red+Green+Blue) = 247+99+118=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F76376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76376 is #089C89. Grayscale: #919191. Windows color (decimal): -564362 or 7758839. OLE color: 7758839.
HSL color Cylindrical-coordinate representation of color #F76376: hue angle of 352.3º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F76376 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 118 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.03 |
| HSL | 352.3º | 0.9% | 0.68% | - |
| HSV(B) | 352.3º | 0.6% | 0.97% | - |
| XYZ | 46.09 | 30.01 | 20.5 | - |
| YUV | 145.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 118 | 0 | 0.60 | 0.52 | 0.03 | 352.3 | 0.9 | 0.68 |
| Hex | F7 | 63 | 76 | 0 | 3C | 34 | 3 | 160 | 5A | 44 |
| Octal | 367 | 143 | 166 | 0 | 74 | 64 | 3 | 540 | 132 | 104 |
| Binary | 11110111 | 1100011 | 1110110 | 0 | 111100 | 110100 | 11 | 101100000 | 1011010 | 1000100 |
Color Harmonies of #F76376
Complementary color
Monochromatic Colors of #F76376
Black with #F76376
Text Example
Text Example
White with #F76376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76376; }
p { color: rgb(247,99,118); }
H1.HeaderClassName
{
color: #F76376;
}
.AnyTagClassName
{
color: #F76376;
}
</style>
background-color css
<style>
a { background-color: #F76376; }
a { background-color: rgb(247,99,118); }
div.DivClassName
{
background-color: #F76376;
}
.BgClassName
{
background-color: #F76376;
}
</style>
border-color css
<style>
span { border-color: #F76376; }
span { border-color: rgb(247,99,118); }
td.TdClassName
{
border-color: #F76376;
}
.TagClassName
{
border-color: #F76376;
}
</style>