Shades of Wild Watermelon #F65F68
Tints of Wild Watermelon #F65F68
RGB
CMYK
RGB Variations
Color information
#F65F68 (or 0xF65F68) is known color: Wild Watermelon. HEX triplet: F6, 5F and 68. RGB value is (246,95,104). Sum of RGB (Red+Green+Blue) = 246+95+104=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65F68 is #09A097. Grayscale: #8D8D8D. Windows color (decimal): -630936 or 6840310. OLE color: 6840310.
HSL color Cylindrical-coordinate representation of color #F65F68: hue angle of 356.42º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65F68 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 104 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.04 |
| HSL | 356.42º | 0.89% | 0.67% | - |
| HSV(B) | 356.42º | 0.61% | 0.96% | - |
| XYZ | 44.6 | 28.78 | 16.3 | - |
| YUV | 141.18 | 107.03 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 104 | 0 | 0.61 | 0.58 | 0.04 | 356.42 | 0.89 | 0.67 |
| Hex | F6 | 5F | 68 | 0 | 3D | 3A | 4 | 164 | 59 | 43 |
| Octal | 366 | 137 | 150 | 0 | 75 | 72 | 4 | 544 | 131 | 103 |
| Binary | 11110110 | 1011111 | 1101000 | 0 | 111101 | 111010 | 100 | 101100100 | 1011001 | 1000011 |
Color Harmonies of #F65F68
Complementary color
Monochromatic Colors of #F65F68
Black with #F65F68
Text Example
Text Example
White with #F65F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F68; }
p { color: rgb(246,95,104); }
H1.HeaderClassName
{
color: #F65F68;
}
.AnyTagClassName
{
color: #F65F68;
}
</style>
background-color css
<style>
a { background-color: #F65F68; }
a { background-color: rgb(246,95,104); }
div.DivClassName
{
background-color: #F65F68;
}
.BgClassName
{
background-color: #F65F68;
}
</style>
border-color css
<style>
span { border-color: #F65F68; }
span { border-color: rgb(246,95,104); }
td.TdClassName
{
border-color: #F65F68;
}
.TagClassName
{
border-color: #F65F68;
}
</style>