Shades of Wild Watermelon #F64D70
Tints of Wild Watermelon #F64D70
RGB
CMYK
RGB Variations
Color information
#F64D70 (or 0xF64D70) is known color: Wild Watermelon. HEX triplet: F6, 4D and 70. RGB value is (246,77,112). Sum of RGB (Red+Green+Blue) = 246+77+112=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D70 is #09B28F. Grayscale: #838383. Windows color (decimal): -635536 or 7359990. OLE color: 7359990.
HSL color Cylindrical-coordinate representation of color #F64D70: hue angle of 347.57º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64D70 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 112 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.04 |
| HSL | 347.57º | 0.9% | 0.63% | - |
| HSV(B) | 347.57º | 0.69% | 0.96% | - |
| XYZ | 43.58 | 26.07 | 18.06 | - |
| YUV | 131.52 | 116.99 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 112 | 0 | 0.69 | 0.54 | 0.04 | 347.57 | 0.9 | 0.63 |
| Hex | F6 | 4D | 70 | 0 | 45 | 36 | 4 | 15C | 5A | 3F |
| Octal | 366 | 115 | 160 | 0 | 105 | 66 | 4 | 534 | 132 | 77 |
| Binary | 11110110 | 1001101 | 1110000 | 0 | 1000101 | 110110 | 100 | 101011100 | 1011010 | 111111 |
Color Harmonies of #F64D70
Complementary color
Monochromatic Colors of #F64D70
Black with #F64D70
Text Example
Text Example
White with #F64D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D70; }
p { color: rgb(246,77,112); }
H1.HeaderClassName
{
color: #F64D70;
}
.AnyTagClassName
{
color: #F64D70;
}
</style>
background-color css
<style>
a { background-color: #F64D70; }
a { background-color: rgb(246,77,112); }
div.DivClassName
{
background-color: #F64D70;
}
.BgClassName
{
background-color: #F64D70;
}
</style>
border-color css
<style>
span { border-color: #F64D70; }
span { border-color: rgb(246,77,112); }
td.TdClassName
{
border-color: #F64D70;
}
.TagClassName
{
border-color: #F64D70;
}
</style>