Shades of Wild Watermelon #F66077
Tints of Wild Watermelon #F66077
RGB
CMYK
RGB Variations
Color information
#F66077 (or 0xF66077) is known color: Wild Watermelon. HEX triplet: F6, 60 and 77. RGB value is (246,96,119). Sum of RGB (Red+Green+Blue) = 246+96+119=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F66077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66077 is #099F88. Grayscale: #8F8F8F. Windows color (decimal): -630665 or 7823606. OLE color: 7823606.
HSL color Cylindrical-coordinate representation of color #F66077: hue angle of 350.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F66077 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 96 | 119 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.04 |
| HSL | 350.8º | 0.89% | 0.67% | - |
| HSV(B) | 350.8º | 0.61% | 0.96% | - |
| XYZ | 45.52 | 29.29 | 20.71 | - |
| YUV | 143.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 96 | 119 | 0 | 0.61 | 0.52 | 0.04 | 350.8 | 0.89 | 0.67 |
| Hex | F6 | 60 | 77 | 0 | 3D | 34 | 4 | 15F | 59 | 43 |
| Octal | 366 | 140 | 167 | 0 | 75 | 64 | 4 | 537 | 131 | 103 |
| Binary | 11110110 | 1100000 | 1110111 | 0 | 111101 | 110100 | 100 | 101011111 | 1011001 | 1000011 |
Color Harmonies of #F66077
Complementary color
Monochromatic Colors of #F66077
Black with #F66077
Text Example
Text Example
White with #F66077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66077; }
p { color: rgb(246,96,119); }
H1.HeaderClassName
{
color: #F66077;
}
.AnyTagClassName
{
color: #F66077;
}
</style>
background-color css
<style>
a { background-color: #F66077; }
a { background-color: rgb(246,96,119); }
div.DivClassName
{
background-color: #F66077;
}
.BgClassName
{
background-color: #F66077;
}
</style>
border-color css
<style>
span { border-color: #F66077; }
span { border-color: rgb(246,96,119); }
td.TdClassName
{
border-color: #F66077;
}
.TagClassName
{
border-color: #F66077;
}
</style>