Shades of Wild Watermelon #F76265
Tints of Wild Watermelon #F76265
RGB
CMYK
RGB Variations
Color information
#F76265 (or 0xF76265) is known color: Wild Watermelon. HEX triplet: F7, 62 and 65. RGB value is (247,98,101). Sum of RGB (Red+Green+Blue) = 247+98+101=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F76265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76265 is #089D9A. Grayscale: #8F8F8F. Windows color (decimal): -564635 or 6644471. OLE color: 6644471.
HSL color Cylindrical-coordinate representation of color #F76265: hue angle of 358.79º 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 #F76265 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 98 | 101 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.03 |
| HSL | 358.79º | 0.9% | 0.68% | - |
| HSV(B) | 358.79º | 0.6% | 0.97% | - |
| XYZ | 45.07 | 29.45 | 15.62 | - |
| YUV | 142.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 101 | 0 | 0.60 | 0.59 | 0.03 | 358.79 | 0.9 | 0.68 |
| Hex | F7 | 62 | 65 | 0 | 3C | 3B | 3 | 167 | 5A | 44 |
| Octal | 367 | 142 | 145 | 0 | 74 | 73 | 3 | 547 | 132 | 104 |
| Binary | 11110111 | 1100010 | 1100101 | 0 | 111100 | 111011 | 11 | 101100111 | 1011010 | 1000100 |
Color Harmonies of #F76265
Complementary color
Monochromatic Colors of #F76265
Black with #F76265
Text Example
Text Example
White with #F76265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76265; }
p { color: rgb(247,98,101); }
H1.HeaderClassName
{
color: #F76265;
}
.AnyTagClassName
{
color: #F76265;
}
</style>
background-color css
<style>
a { background-color: #F76265; }
a { background-color: rgb(247,98,101); }
div.DivClassName
{
background-color: #F76265;
}
.BgClassName
{
background-color: #F76265;
}
</style>
border-color css
<style>
span { border-color: #F76265; }
span { border-color: rgb(247,98,101); }
td.TdClassName
{
border-color: #F76265;
}
.TagClassName
{
border-color: #F76265;
}
</style>