Shades of Wild Watermelon #F65566
Tints of Wild Watermelon #F65566
RGB
CMYK
RGB Variations
Color information
#F65566 (or 0xF65566) is known color: Wild Watermelon. HEX triplet: F6, 55 and 66. RGB value is (246,85,102). Sum of RGB (Red+Green+Blue) = 246+85+102=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F65566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65566 is #09AA99. Grayscale: #878787. Windows color (decimal): -633498 or 6706678. OLE color: 6706678.
HSL color Cylindrical-coordinate representation of color #F65566: hue angle of 353.66º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F65566 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 102 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.04 |
| HSL | 353.66º | 0.9% | 0.65% | - |
| HSV(B) | 353.66º | 0.65% | 0.96% | - |
| XYZ | 43.65 | 27.05 | 15.49 | - |
| YUV | 135.08 | 109.34 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 102 | 0 | 0.65 | 0.59 | 0.04 | 353.66 | 0.9 | 0.65 |
| Hex | F6 | 55 | 66 | 0 | 41 | 3B | 4 | 162 | 5A | 41 |
| Octal | 366 | 125 | 146 | 0 | 101 | 73 | 4 | 542 | 132 | 101 |
| Binary | 11110110 | 1010101 | 1100110 | 0 | 1000001 | 111011 | 100 | 101100010 | 1011010 | 1000001 |
Color Harmonies of #F65566
Complementary color
Monochromatic Colors of #F65566
Black with #F65566
Text Example
Text Example
White with #F65566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65566; }
p { color: rgb(246,85,102); }
H1.HeaderClassName
{
color: #F65566;
}
.AnyTagClassName
{
color: #F65566;
}
</style>
background-color css
<style>
a { background-color: #F65566; }
a { background-color: rgb(246,85,102); }
div.DivClassName
{
background-color: #F65566;
}
.BgClassName
{
background-color: #F65566;
}
</style>
border-color css
<style>
span { border-color: #F65566; }
span { border-color: rgb(246,85,102); }
td.TdClassName
{
border-color: #F65566;
}
.TagClassName
{
border-color: #F65566;
}
</style>