Shades of Wild Watermelon #F65466
Tints of Wild Watermelon #F65466
RGB
CMYK
RGB Variations
Color information
#F65466 (or 0xF65466) is known color: Wild Watermelon. HEX triplet: F6, 54 and 66. RGB value is (246,84,102). Sum of RGB (Red+Green+Blue) = 246+84+102=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F65466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65466 is #09AB99. Grayscale: #868686. Windows color (decimal): -633754 or 6706422. OLE color: 6706422.
HSL color Cylindrical-coordinate representation of color #F65466: hue angle of 353.33º 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 #F65466 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 102 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.04 |
| HSL | 353.33º | 0.9% | 0.65% | - |
| HSV(B) | 353.33º | 0.66% | 0.96% | - |
| XYZ | 43.57 | 26.89 | 15.46 | - |
| YUV | 134.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 102 | 0 | 0.66 | 0.59 | 0.04 | 353.33 | 0.9 | 0.65 |
| Hex | F6 | 54 | 66 | 0 | 42 | 3B | 4 | 161 | 5A | 41 |
| Octal | 366 | 124 | 146 | 0 | 102 | 73 | 4 | 541 | 132 | 101 |
| Binary | 11110110 | 1010100 | 1100110 | 0 | 1000010 | 111011 | 100 | 101100001 | 1011010 | 1000001 |
Color Harmonies of #F65466
Complementary color
Monochromatic Colors of #F65466
Black with #F65466
Text Example
Text Example
White with #F65466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65466; }
p { color: rgb(246,84,102); }
H1.HeaderClassName
{
color: #F65466;
}
.AnyTagClassName
{
color: #F65466;
}
</style>
background-color css
<style>
a { background-color: #F65466; }
a { background-color: rgb(246,84,102); }
div.DivClassName
{
background-color: #F65466;
}
.BgClassName
{
background-color: #F65466;
}
</style>
border-color css
<style>
span { border-color: #F65466; }
span { border-color: rgb(246,84,102); }
td.TdClassName
{
border-color: #F65466;
}
.TagClassName
{
border-color: #F65466;
}
</style>