Shades of Wild Watermelon #F65D6C
Tints of Wild Watermelon #F65D6C
RGB
CMYK
RGB Variations
Color information
#F65D6C (or 0xF65D6C) is known color: Wild Watermelon. HEX triplet: F6, 5D and 6C. RGB value is (246,93,108). Sum of RGB (Red+Green+Blue) = 246+93+108=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65D6C is #09A293. Grayscale: #8C8C8C. Windows color (decimal): -631444 or 7101942. OLE color: 7101942.
HSL color Cylindrical-coordinate representation of color #F65D6C: hue angle of 354.12º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65D6C is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 108 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.04 |
| HSL | 354.12º | 0.89% | 0.66% | - |
| HSV(B) | 354.12º | 0.62% | 0.96% | - |
| XYZ | 44.63 | 28.5 | 17.34 | - |
| YUV | 140.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 108 | 0 | 0.62 | 0.56 | 0.04 | 354.12 | 0.89 | 0.66 |
| Hex | F6 | 5D | 6C | 0 | 3E | 38 | 4 | 162 | 59 | 42 |
| Octal | 366 | 135 | 154 | 0 | 76 | 70 | 4 | 542 | 131 | 102 |
| Binary | 11110110 | 1011101 | 1101100 | 0 | 111110 | 111000 | 100 | 101100010 | 1011001 | 1000010 |
Color Harmonies of #F65D6C
Complementary color
Monochromatic Colors of #F65D6C
Black with #F65D6C
Text Example
Text Example
White with #F65D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D6C; }
p { color: rgb(246,93,108); }
H1.HeaderClassName
{
color: #F65D6C;
}
.AnyTagClassName
{
color: #F65D6C;
}
</style>
background-color css
<style>
a { background-color: #F65D6C; }
a { background-color: rgb(246,93,108); }
div.DivClassName
{
background-color: #F65D6C;
}
.BgClassName
{
background-color: #F65D6C;
}
</style>
border-color css
<style>
span { border-color: #F65D6C; }
span { border-color: rgb(246,93,108); }
td.TdClassName
{
border-color: #F65D6C;
}
.TagClassName
{
border-color: #F65D6C;
}
</style>