Shades of Wild Watermelon #F65C64
Tints of Wild Watermelon #F65C64
RGB
CMYK
RGB Variations
Color information
#F65C64 (or 0xF65C64) is known color: Wild Watermelon. HEX triplet: F6, 5C and 64. RGB value is (246,92,100). Sum of RGB (Red+Green+Blue) = 246+92+100=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C64 is #09A39B. Grayscale: #8B8B8B. Windows color (decimal): -631708 or 6577398. OLE color: 6577398.
HSL color Cylindrical-coordinate representation of color #F65C64: hue angle of 356.88º 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 #F65C64 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 100 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.04 |
| HSL | 356.88º | 0.9% | 0.66% | - |
| HSV(B) | 356.88º | 0.63% | 0.96% | - |
| XYZ | 44.13 | 28.17 | 15.17 | - |
| YUV | 138.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 100 | 0 | 0.63 | 0.59 | 0.04 | 356.88 | 0.9 | 0.66 |
| Hex | F6 | 5C | 64 | 0 | 3F | 3B | 4 | 165 | 5A | 42 |
| Octal | 366 | 134 | 144 | 0 | 77 | 73 | 4 | 545 | 132 | 102 |
| Binary | 11110110 | 1011100 | 1100100 | 0 | 111111 | 111011 | 100 | 101100101 | 1011010 | 1000010 |
Color Harmonies of #F65C64
Complementary color
Monochromatic Colors of #F65C64
Black with #F65C64
Text Example
Text Example
White with #F65C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C64; }
p { color: rgb(246,92,100); }
H1.HeaderClassName
{
color: #F65C64;
}
.AnyTagClassName
{
color: #F65C64;
}
</style>
background-color css
<style>
a { background-color: #F65C64; }
a { background-color: rgb(246,92,100); }
div.DivClassName
{
background-color: #F65C64;
}
.BgClassName
{
background-color: #F65C64;
}
</style>
border-color css
<style>
span { border-color: #F65C64; }
span { border-color: rgb(246,92,100); }
td.TdClassName
{
border-color: #F65C64;
}
.TagClassName
{
border-color: #F65C64;
}
</style>