Shades of Wild Watermelon #F7565E
Tints of Wild Watermelon #F7565E
RGB
CMYK
RGB Variations
Color information
#F7565E (or 0xF7565E) is known color: Wild Watermelon. HEX triplet: F7, 56 and 5E. RGB value is (247,86,94). Sum of RGB (Red+Green+Blue) = 247+86+94=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F7565E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7565E is #08A9A1. Grayscale: #878787. Windows color (decimal): -567714 or 6182647. OLE color: 6182647.
HSL color Cylindrical-coordinate representation of color #F7565E: hue angle of 357.02º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F7565E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 94 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.03 |
| HSL | 357.02º | 0.91% | 0.65% | - |
| HSV(B) | 357.02º | 0.65% | 0.97% | - |
| XYZ | 43.71 | 27.24 | 13.54 | - |
| YUV | 135.05 | 104.84 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 94 | 0 | 0.65 | 0.62 | 0.03 | 357.02 | 0.91 | 0.65 |
| Hex | F7 | 56 | 5E | 0 | 41 | 3E | 3 | 165 | 5B | 41 |
| Octal | 367 | 126 | 136 | 0 | 101 | 76 | 3 | 545 | 133 | 101 |
| Binary | 11110111 | 1010110 | 1011110 | 0 | 1000001 | 111110 | 11 | 101100101 | 1011011 | 1000001 |
Color Harmonies of #F7565E
Complementary color
Monochromatic Colors of #F7565E
Black with #F7565E
Text Example
Text Example
White with #F7565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7565E; }
p { color: rgb(247,86,94); }
H1.HeaderClassName
{
color: #F7565E;
}
.AnyTagClassName
{
color: #F7565E;
}
</style>
background-color css
<style>
a { background-color: #F7565E; }
a { background-color: rgb(247,86,94); }
div.DivClassName
{
background-color: #F7565E;
}
.BgClassName
{
background-color: #F7565E;
}
</style>
border-color css
<style>
span { border-color: #F7565E; }
span { border-color: rgb(247,86,94); }
td.TdClassName
{
border-color: #F7565E;
}
.TagClassName
{
border-color: #F7565E;
}
</style>