Shades of Wild Watermelon #F65C5E
Tints of Wild Watermelon #F65C5E
RGB
CMYK
RGB Variations
Color information
#F65C5E (or 0xF65C5E) is known color: Wild Watermelon. HEX triplet: F6, 5C and 5E. RGB value is (246,92,94). Sum of RGB (Red+Green+Blue) = 246+92+94=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C5E is #09A3A1. Grayscale: #8A8A8A. Windows color (decimal): -631714 or 6184182. OLE color: 6184182.
HSL color Cylindrical-coordinate representation of color #F65C5E: hue angle of 359.22º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65C5E is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 94 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.04 |
| HSL | 359.22º | 0.9% | 0.66% | - |
| HSV(B) | 359.22º | 0.63% | 0.96% | - |
| XYZ | 43.85 | 28.06 | 13.69 | - |
| YUV | 138.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 94 | 0 | 0.63 | 0.62 | 0.04 | 359.22 | 0.9 | 0.66 |
| Hex | F6 | 5C | 5E | 0 | 3F | 3E | 4 | 167 | 5A | 42 |
| Octal | 366 | 134 | 136 | 0 | 77 | 76 | 4 | 547 | 132 | 102 |
| Binary | 11110110 | 1011100 | 1011110 | 0 | 111111 | 111110 | 100 | 101100111 | 1011010 | 1000010 |
Color Harmonies of #F65C5E
Complementary color
Monochromatic Colors of #F65C5E
Black with #F65C5E
Text Example
Text Example
White with #F65C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C5E; }
p { color: rgb(246,92,94); }
H1.HeaderClassName
{
color: #F65C5E;
}
.AnyTagClassName
{
color: #F65C5E;
}
</style>
background-color css
<style>
a { background-color: #F65C5E; }
a { background-color: rgb(246,92,94); }
div.DivClassName
{
background-color: #F65C5E;
}
.BgClassName
{
background-color: #F65C5E;
}
</style>
border-color css
<style>
span { border-color: #F65C5E; }
span { border-color: rgb(246,92,94); }
td.TdClassName
{
border-color: #F65C5E;
}
.TagClassName
{
border-color: #F65C5E;
}
</style>