Shades of Wild Watermelon #F76575
Tints of Wild Watermelon #F76575
RGB
CMYK
RGB Variations
Color information
#F76575 (or 0xF76575) is known color: Wild Watermelon. HEX triplet: F7, 65 and 75. RGB value is (247,101,117). Sum of RGB (Red+Green+Blue) = 247+101+117=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F76575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76575 is #089A8A. Grayscale: #929292. Windows color (decimal): -563851 or 7693815. OLE color: 7693815.
HSL color Cylindrical-coordinate representation of color #F76575: hue angle of 353.42º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F76575 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 117 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.03 |
| HSL | 353.42º | 0.9% | 0.68% | - |
| HSV(B) | 353.42º | 0.59% | 0.97% | - |
| XYZ | 46.22 | 30.37 | 20.25 | - |
| YUV | 146.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 117 | 0 | 0.59 | 0.53 | 0.03 | 353.42 | 0.9 | 0.68 |
| Hex | F7 | 65 | 75 | 0 | 3B | 35 | 3 | 161 | 5A | 44 |
| Octal | 367 | 145 | 165 | 0 | 73 | 65 | 3 | 541 | 132 | 104 |
| Binary | 11110111 | 1100101 | 1110101 | 0 | 111011 | 110101 | 11 | 101100001 | 1011010 | 1000100 |
Color Harmonies of #F76575
Complementary color
Monochromatic Colors of #F76575
Black with #F76575
Text Example
Text Example
White with #F76575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76575; }
p { color: rgb(247,101,117); }
H1.HeaderClassName
{
color: #F76575;
}
.AnyTagClassName
{
color: #F76575;
}
</style>
background-color css
<style>
a { background-color: #F76575; }
a { background-color: rgb(247,101,117); }
div.DivClassName
{
background-color: #F76575;
}
.BgClassName
{
background-color: #F76575;
}
</style>
border-color css
<style>
span { border-color: #F76575; }
span { border-color: rgb(247,101,117); }
td.TdClassName
{
border-color: #F76575;
}
.TagClassName
{
border-color: #F76575;
}
</style>