Shades of Wild Watermelon #F65160
Tints of Wild Watermelon #F65160
RGB
CMYK
RGB Variations
Color information
#F65160 (or 0xF65160) is known color: Wild Watermelon. HEX triplet: F6, 51 and 60. RGB value is (246,81,96). Sum of RGB (Red+Green+Blue) = 246+81+96=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F65160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65160 is #09AE9F. Grayscale: #848484. Windows color (decimal): -634528 or 6312438. OLE color: 6312438.
HSL color Cylindrical-coordinate representation of color #F65160: hue angle of 354.55º 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 #F65160 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 96 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.04 |
| HSL | 354.55º | 0.9% | 0.64% | - |
| HSV(B) | 354.55º | 0.67% | 0.96% | - |
| XYZ | 43.06 | 26.32 | 13.88 | - |
| YUV | 132.05 | 107.66 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 96 | 0 | 0.67 | 0.61 | 0.04 | 354.55 | 0.9 | 0.64 |
| Hex | F6 | 51 | 60 | 0 | 43 | 3D | 4 | 163 | 5A | 40 |
| Octal | 366 | 121 | 140 | 0 | 103 | 75 | 4 | 543 | 132 | 100 |
| Binary | 11110110 | 1010001 | 1100000 | 0 | 1000011 | 111101 | 100 | 101100011 | 1011010 | 1000000 |
Color Harmonies of #F65160
Complementary color
Monochromatic Colors of #F65160
Black with #F65160
Text Example
Text Example
White with #F65160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65160; }
p { color: rgb(246,81,96); }
H1.HeaderClassName
{
color: #F65160;
}
.AnyTagClassName
{
color: #F65160;
}
</style>
background-color css
<style>
a { background-color: #F65160; }
a { background-color: rgb(246,81,96); }
div.DivClassName
{
background-color: #F65160;
}
.BgClassName
{
background-color: #F65160;
}
</style>
border-color css
<style>
span { border-color: #F65160; }
span { border-color: rgb(246,81,96); }
td.TdClassName
{
border-color: #F65160;
}
.TagClassName
{
border-color: #F65160;
}
</style>