Shades of Wild Watermelon #F65975
Tints of Wild Watermelon #F65975
RGB
CMYK
RGB Variations
Color information
#F65975 (or 0xF65975) is known color: Wild Watermelon. HEX triplet: F6, 59 and 75. RGB value is (246,89,117). Sum of RGB (Red+Green+Blue) = 246+89+117=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F65975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65975 is #09A68A. Grayscale: #8B8B8B. Windows color (decimal): -632459 or 7690742. OLE color: 7690742.
HSL color Cylindrical-coordinate representation of color #F65975: hue angle of 349.3º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65975 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 117 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.04 |
| HSL | 349.3º | 0.9% | 0.66% | - |
| HSV(B) | 349.3º | 0.64% | 0.96% | - |
| XYZ | 44.79 | 28.02 | 19.88 | - |
| YUV | 139.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 117 | 0 | 0.64 | 0.52 | 0.04 | 349.3 | 0.9 | 0.66 |
| Hex | F6 | 59 | 75 | 0 | 40 | 34 | 4 | 15D | 5A | 42 |
| Octal | 366 | 131 | 165 | 0 | 100 | 64 | 4 | 535 | 132 | 102 |
| Binary | 11110110 | 1011001 | 1110101 | 0 | 1000000 | 110100 | 100 | 101011101 | 1011010 | 1000010 |
Color Harmonies of #F65975
Complementary color
Monochromatic Colors of #F65975
Black with #F65975
Text Example
Text Example
White with #F65975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65975; }
p { color: rgb(246,89,117); }
H1.HeaderClassName
{
color: #F65975;
}
.AnyTagClassName
{
color: #F65975;
}
</style>
background-color css
<style>
a { background-color: #F65975; }
a { background-color: rgb(246,89,117); }
div.DivClassName
{
background-color: #F65975;
}
.BgClassName
{
background-color: #F65975;
}
</style>
border-color css
<style>
span { border-color: #F65975; }
span { border-color: rgb(246,89,117); }
td.TdClassName
{
border-color: #F65975;
}
.TagClassName
{
border-color: #F65975;
}
</style>