Shades of Wild Watermelon #F64F69
Tints of Wild Watermelon #F64F69
RGB
CMYK
RGB Variations
Color information
#F64F69 (or 0xF64F69) is known color: Wild Watermelon. HEX triplet: F6, 4F and 69. RGB value is (246,79,105). Sum of RGB (Red+Green+Blue) = 246+79+105=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64F69 is #09B096. Grayscale: #838383. Windows color (decimal): -635031 or 6901750. OLE color: 6901750.
HSL color Cylindrical-coordinate representation of color #F64F69: hue angle of 350.66º 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 #F64F69 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 105 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.04 |
| HSL | 350.66º | 0.9% | 0.64% | - |
| HSV(B) | 350.66º | 0.68% | 0.96% | - |
| XYZ | 43.35 | 26.2 | 16.14 | - |
| YUV | 131.9 | 112.83 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 105 | 0 | 0.68 | 0.57 | 0.04 | 350.66 | 0.9 | 0.64 |
| Hex | F6 | 4F | 69 | 0 | 44 | 39 | 4 | 15F | 5A | 40 |
| Octal | 366 | 117 | 151 | 0 | 104 | 71 | 4 | 537 | 132 | 100 |
| Binary | 11110110 | 1001111 | 1101001 | 0 | 1000100 | 111001 | 100 | 101011111 | 1011010 | 1000000 |
Color Harmonies of #F64F69
Complementary color
Monochromatic Colors of #F64F69
Black with #F64F69
Text Example
Text Example
White with #F64F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F69; }
p { color: rgb(246,79,105); }
H1.HeaderClassName
{
color: #F64F69;
}
.AnyTagClassName
{
color: #F64F69;
}
</style>
background-color css
<style>
a { background-color: #F64F69; }
a { background-color: rgb(246,79,105); }
div.DivClassName
{
background-color: #F64F69;
}
.BgClassName
{
background-color: #F64F69;
}
</style>
border-color css
<style>
span { border-color: #F64F69; }
span { border-color: rgb(246,79,105); }
td.TdClassName
{
border-color: #F64F69;
}
.TagClassName
{
border-color: #F64F69;
}
</style>