Shades of Wild Watermelon #F65B77
Tints of Wild Watermelon #F65B77
RGB
CMYK
RGB Variations
Color information
#F65B77 (or 0xF65B77) is known color: Wild Watermelon. HEX triplet: F6, 5B and 77. RGB value is (246,91,119). Sum of RGB (Red+Green+Blue) = 246+91+119=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65B77 is #09A488. Grayscale: #8C8C8C. Windows color (decimal): -631945 or 7822326. OLE color: 7822326.
HSL color Cylindrical-coordinate representation of color #F65B77: hue angle of 349.16º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65B77 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 119 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.04 |
| HSL | 349.16º | 0.9% | 0.66% | - |
| HSV(B) | 349.16º | 0.63% | 0.96% | - |
| XYZ | 45.08 | 28.41 | 20.56 | - |
| YUV | 140.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 119 | 0 | 0.63 | 0.52 | 0.04 | 349.16 | 0.9 | 0.66 |
| Hex | F6 | 5B | 77 | 0 | 3F | 34 | 4 | 15D | 5A | 42 |
| Octal | 366 | 133 | 167 | 0 | 77 | 64 | 4 | 535 | 132 | 102 |
| Binary | 11110110 | 1011011 | 1110111 | 0 | 111111 | 110100 | 100 | 101011101 | 1011010 | 1000010 |
Color Harmonies of #F65B77
Complementary color
Monochromatic Colors of #F65B77
Black with #F65B77
Text Example
Text Example
White with #F65B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65B77; }
p { color: rgb(246,91,119); }
H1.HeaderClassName
{
color: #F65B77;
}
.AnyTagClassName
{
color: #F65B77;
}
</style>
background-color css
<style>
a { background-color: #F65B77; }
a { background-color: rgb(246,91,119); }
div.DivClassName
{
background-color: #F65B77;
}
.BgClassName
{
background-color: #F65B77;
}
</style>
border-color css
<style>
span { border-color: #F65B77; }
span { border-color: rgb(246,91,119); }
td.TdClassName
{
border-color: #F65B77;
}
.TagClassName
{
border-color: #F65B77;
}
</style>