Shades of Wild Watermelon #F76374
Tints of Wild Watermelon #F76374
RGB
CMYK
RGB Variations
Color information
#F76374 (or 0xF76374) is known color: Wild Watermelon. HEX triplet: F7, 63 and 74. RGB value is (247,99,116). Sum of RGB (Red+Green+Blue) = 247+99+116=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F76374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76374 is #089C8B. Grayscale: #919191. Windows color (decimal): -564364 or 7627767. OLE color: 7627767.
HSL color Cylindrical-coordinate representation of color #F76374: hue angle of 353.11º 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 #F76374 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 116 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.03 |
| HSL | 353.11º | 0.9% | 0.68% | - |
| HSV(B) | 353.11º | 0.6% | 0.97% | - |
| XYZ | 45.97 | 29.96 | 19.88 | - |
| YUV | 145.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 116 | 0 | 0.60 | 0.53 | 0.03 | 353.11 | 0.9 | 0.68 |
| Hex | F7 | 63 | 74 | 0 | 3C | 35 | 3 | 161 | 5A | 44 |
| Octal | 367 | 143 | 164 | 0 | 74 | 65 | 3 | 541 | 132 | 104 |
| Binary | 11110111 | 1100011 | 1110100 | 0 | 111100 | 110101 | 11 | 101100001 | 1011010 | 1000100 |
Color Harmonies of #F76374
Complementary color
Monochromatic Colors of #F76374
Black with #F76374
Text Example
Text Example
White with #F76374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76374; }
p { color: rgb(247,99,116); }
H1.HeaderClassName
{
color: #F76374;
}
.AnyTagClassName
{
color: #F76374;
}
</style>
background-color css
<style>
a { background-color: #F76374; }
a { background-color: rgb(247,99,116); }
div.DivClassName
{
background-color: #F76374;
}
.BgClassName
{
background-color: #F76374;
}
</style>
border-color css
<style>
span { border-color: #F76374; }
span { border-color: rgb(247,99,116); }
td.TdClassName
{
border-color: #F76374;
}
.TagClassName
{
border-color: #F76374;
}
</style>