Shades of Wild Watermelon #F65460
Tints of Wild Watermelon #F65460
RGB
CMYK
RGB Variations
Color information
#F65460 (or 0xF65460) is known color: Wild Watermelon. HEX triplet: F6, 54 and 60. RGB value is (246,84,96). Sum of RGB (Red+Green+Blue) = 246+84+96=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F65460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65460 is #09AB9F. Grayscale: #858585. Windows color (decimal): -633760 or 6313206. OLE color: 6313206.
HSL color Cylindrical-coordinate representation of color #F65460: hue angle of 355.56º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65460 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 96 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.04 |
| HSL | 355.56º | 0.9% | 0.65% | - |
| HSV(B) | 355.56º | 0.66% | 0.96% | - |
| XYZ | 43.29 | 26.78 | 13.95 | - |
| YUV | 133.81 | 106.67 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 96 | 0 | 0.66 | 0.61 | 0.04 | 355.56 | 0.9 | 0.65 |
| Hex | F6 | 54 | 60 | 0 | 42 | 3D | 4 | 164 | 5A | 41 |
| Octal | 366 | 124 | 140 | 0 | 102 | 75 | 4 | 544 | 132 | 101 |
| Binary | 11110110 | 1010100 | 1100000 | 0 | 1000010 | 111101 | 100 | 101100100 | 1011010 | 1000001 |
Color Harmonies of #F65460
Complementary color
Monochromatic Colors of #F65460
Black with #F65460
Text Example
Text Example
White with #F65460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65460; }
p { color: rgb(246,84,96); }
H1.HeaderClassName
{
color: #F65460;
}
.AnyTagClassName
{
color: #F65460;
}
</style>
background-color css
<style>
a { background-color: #F65460; }
a { background-color: rgb(246,84,96); }
div.DivClassName
{
background-color: #F65460;
}
.BgClassName
{
background-color: #F65460;
}
</style>
border-color css
<style>
span { border-color: #F65460; }
span { border-color: rgb(246,84,96); }
td.TdClassName
{
border-color: #F65460;
}
.TagClassName
{
border-color: #F65460;
}
</style>