Shades of Wild Watermelon #F65C60
Tints of Wild Watermelon #F65C60
RGB
CMYK
RGB Variations
Color information
#F65C60 (or 0xF65C60) is known color: Wild Watermelon. HEX triplet: F6, 5C and 60. RGB value is (246,92,96). Sum of RGB (Red+Green+Blue) = 246+92+96=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C60 is #09A39F. Grayscale: #8A8A8A. Windows color (decimal): -631712 or 6315254. OLE color: 6315254.
HSL color Cylindrical-coordinate representation of color #F65C60: hue angle of 358.44º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65C60 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 96 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.04 |
| HSL | 358.44º | 0.9% | 0.66% | - |
| HSV(B) | 358.44º | 0.63% | 0.96% | - |
| XYZ | 43.94 | 28.09 | 14.17 | - |
| YUV | 138.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 96 | 0 | 0.63 | 0.61 | 0.04 | 358.44 | 0.9 | 0.66 |
| Hex | F6 | 5C | 60 | 0 | 3F | 3D | 4 | 166 | 5A | 42 |
| Octal | 366 | 134 | 140 | 0 | 77 | 75 | 4 | 546 | 132 | 102 |
| Binary | 11110110 | 1011100 | 1100000 | 0 | 111111 | 111101 | 100 | 101100110 | 1011010 | 1000010 |
Color Harmonies of #F65C60
Complementary color
Monochromatic Colors of #F65C60
Black with #F65C60
Text Example
Text Example
White with #F65C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C60; }
p { color: rgb(246,92,96); }
H1.HeaderClassName
{
color: #F65C60;
}
.AnyTagClassName
{
color: #F65C60;
}
</style>
background-color css
<style>
a { background-color: #F65C60; }
a { background-color: rgb(246,92,96); }
div.DivClassName
{
background-color: #F65C60;
}
.BgClassName
{
background-color: #F65C60;
}
</style>
border-color css
<style>
span { border-color: #F65C60; }
span { border-color: rgb(246,92,96); }
td.TdClassName
{
border-color: #F65C60;
}
.TagClassName
{
border-color: #F65C60;
}
</style>