Shades of Wild Watermelon #F65D77
Tints of Wild Watermelon #F65D77
RGB
CMYK
RGB Variations
Color information
#F65D77 (or 0xF65D77) is known color: Wild Watermelon. HEX triplet: F6, 5D and 77. RGB value is (246,93,119). Sum of RGB (Red+Green+Blue) = 246+93+119=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65D77 is #09A288. Grayscale: #8D8D8D. Windows color (decimal): -631433 or 7822838. OLE color: 7822838.
HSL color Cylindrical-coordinate representation of color #F65D77: hue angle of 349.8º 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 #F65D77 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 119 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.04 |
| HSL | 349.8º | 0.89% | 0.66% | - |
| HSV(B) | 349.8º | 0.62% | 0.96% | - |
| XYZ | 45.25 | 28.75 | 20.62 | - |
| YUV | 141.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 119 | 0 | 0.62 | 0.52 | 0.04 | 349.8 | 0.89 | 0.66 |
| Hex | F6 | 5D | 77 | 0 | 3E | 34 | 4 | 15E | 59 | 42 |
| Octal | 366 | 135 | 167 | 0 | 76 | 64 | 4 | 536 | 131 | 102 |
| Binary | 11110110 | 1011101 | 1110111 | 0 | 111110 | 110100 | 100 | 101011110 | 1011001 | 1000010 |
Color Harmonies of #F65D77
Complementary color
Monochromatic Colors of #F65D77
Black with #F65D77
Text Example
Text Example
White with #F65D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D77; }
p { color: rgb(246,93,119); }
H1.HeaderClassName
{
color: #F65D77;
}
.AnyTagClassName
{
color: #F65D77;
}
</style>
background-color css
<style>
a { background-color: #F65D77; }
a { background-color: rgb(246,93,119); }
div.DivClassName
{
background-color: #F65D77;
}
.BgClassName
{
background-color: #F65D77;
}
</style>
border-color css
<style>
span { border-color: #F65D77; }
span { border-color: rgb(246,93,119); }
td.TdClassName
{
border-color: #F65D77;
}
.TagClassName
{
border-color: #F65D77;
}
</style>