Shades of Wild Watermelon #F65364
Tints of Wild Watermelon #F65364
RGB
CMYK
RGB Variations
Color information
#F65364 (or 0xF65364) is known color: Wild Watermelon. HEX triplet: F6, 53 and 64. RGB value is (246,83,100). Sum of RGB (Red+Green+Blue) = 246+83+100=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F65364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65364 is #09AC9B. Grayscale: #858585. Windows color (decimal): -634012 or 6575094. OLE color: 6575094.
HSL color Cylindrical-coordinate representation of color #F65364: hue angle of 353.74º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65364 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 100 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.04 |
| HSL | 353.74º | 0.9% | 0.65% | - |
| HSV(B) | 353.74º | 0.66% | 0.96% | - |
| XYZ | 43.4 | 26.7 | 14.92 | - |
| YUV | 133.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 100 | 0 | 0.66 | 0.59 | 0.04 | 353.74 | 0.9 | 0.65 |
| Hex | F6 | 53 | 64 | 0 | 42 | 3B | 4 | 162 | 5A | 41 |
| Octal | 366 | 123 | 144 | 0 | 102 | 73 | 4 | 542 | 132 | 101 |
| Binary | 11110110 | 1010011 | 1100100 | 0 | 1000010 | 111011 | 100 | 101100010 | 1011010 | 1000001 |
Color Harmonies of #F65364
Complementary color
Monochromatic Colors of #F65364
Black with #F65364
Text Example
Text Example
White with #F65364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65364; }
p { color: rgb(246,83,100); }
H1.HeaderClassName
{
color: #F65364;
}
.AnyTagClassName
{
color: #F65364;
}
</style>
background-color css
<style>
a { background-color: #F65364; }
a { background-color: rgb(246,83,100); }
div.DivClassName
{
background-color: #F65364;
}
.BgClassName
{
background-color: #F65364;
}
</style>
border-color css
<style>
span { border-color: #F65364; }
span { border-color: rgb(246,83,100); }
td.TdClassName
{
border-color: #F65364;
}
.TagClassName
{
border-color: #F65364;
}
</style>