Shades of Wild Watermelon #F64F68
Tints of Wild Watermelon #F64F68
RGB
CMYK
RGB Variations
Color information
#F64F68 (or 0xF64F68) is known color: Wild Watermelon. HEX triplet: F6, 4F and 68. RGB value is (246,79,104). Sum of RGB (Red+Green+Blue) = 246+79+104=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64F68 is #09B097. Grayscale: #838383. Windows color (decimal): -635032 or 6836214. OLE color: 6836214.
HSL color Cylindrical-coordinate representation of color #F64F68: hue angle of 351.02º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64F68 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 104 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.04 |
| HSL | 351.02º | 0.9% | 0.64% | - |
| HSV(B) | 351.02º | 0.68% | 0.96% | - |
| XYZ | 43.3 | 26.18 | 15.87 | - |
| YUV | 131.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 104 | 0 | 0.68 | 0.58 | 0.04 | 351.02 | 0.9 | 0.64 |
| Hex | F6 | 4F | 68 | 0 | 44 | 3A | 4 | 15F | 5A | 40 |
| Octal | 366 | 117 | 150 | 0 | 104 | 72 | 4 | 537 | 132 | 100 |
| Binary | 11110110 | 1001111 | 1101000 | 0 | 1000100 | 111010 | 100 | 101011111 | 1011010 | 1000000 |
Color Harmonies of #F64F68
Complementary color
Monochromatic Colors of #F64F68
Black with #F64F68
Text Example
Text Example
White with #F64F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F68; }
p { color: rgb(246,79,104); }
H1.HeaderClassName
{
color: #F64F68;
}
.AnyTagClassName
{
color: #F64F68;
}
</style>
background-color css
<style>
a { background-color: #F64F68; }
a { background-color: rgb(246,79,104); }
div.DivClassName
{
background-color: #F64F68;
}
.BgClassName
{
background-color: #F64F68;
}
</style>
border-color css
<style>
span { border-color: #F64F68; }
span { border-color: rgb(246,79,104); }
td.TdClassName
{
border-color: #F64F68;
}
.TagClassName
{
border-color: #F64F68;
}
</style>