Shades of Wild Watermelon #F65075
Tints of Wild Watermelon #F65075
RGB
CMYK
RGB Variations
Color information
#F65075 (or 0xF65075) is known color: Wild Watermelon. HEX triplet: F6, 50 and 75. RGB value is (246,80,117). Sum of RGB (Red+Green+Blue) = 246+80+117=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F65075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65075 is #09AF8A. Grayscale: #858585. Windows color (decimal): -634763 or 7688438. OLE color: 7688438.
HSL color Cylindrical-coordinate representation of color #F65075: hue angle of 346.63º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65075 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 117 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.04 |
| HSL | 346.63º | 0.9% | 0.64% | - |
| HSV(B) | 346.63º | 0.67% | 0.96% | - |
| XYZ | 44.09 | 26.61 | 19.64 | - |
| YUV | 133.85 | 118.5 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 117 | 0 | 0.67 | 0.52 | 0.04 | 346.63 | 0.9 | 0.64 |
| Hex | F6 | 50 | 75 | 0 | 43 | 34 | 4 | 15B | 5A | 40 |
| Octal | 366 | 120 | 165 | 0 | 103 | 64 | 4 | 533 | 132 | 100 |
| Binary | 11110110 | 1010000 | 1110101 | 0 | 1000011 | 110100 | 100 | 101011011 | 1011010 | 1000000 |
Color Harmonies of #F65075
Complementary color
Monochromatic Colors of #F65075
Black with #F65075
Text Example
Text Example
White with #F65075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65075; }
p { color: rgb(246,80,117); }
H1.HeaderClassName
{
color: #F65075;
}
.AnyTagClassName
{
color: #F65075;
}
</style>
background-color css
<style>
a { background-color: #F65075; }
a { background-color: rgb(246,80,117); }
div.DivClassName
{
background-color: #F65075;
}
.BgClassName
{
background-color: #F65075;
}
</style>
border-color css
<style>
span { border-color: #F65075; }
span { border-color: rgb(246,80,117); }
td.TdClassName
{
border-color: #F65075;
}
.TagClassName
{
border-color: #F65075;
}
</style>