Shades of Wild Watermelon #F64C72
Tints of Wild Watermelon #F64C72
RGB
CMYK
RGB Variations
Color information
#F64C72 (or 0xF64C72) is known color: Wild Watermelon. HEX triplet: F6, 4C and 72. RGB value is (246,76,114). Sum of RGB (Red+Green+Blue) = 246+76+114=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64C72 is #09B38D. Grayscale: #838383. Windows color (decimal): -635790 or 7490806. OLE color: 7490806.
HSL color Cylindrical-coordinate representation of color #F64C72: hue angle of 346.59º 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 #F64C72 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 114 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.04 |
| HSL | 346.59º | 0.9% | 0.63% | - |
| HSV(B) | 346.59º | 0.69% | 0.96% | - |
| XYZ | 43.63 | 25.98 | 18.63 | - |
| YUV | 131.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 114 | 0 | 0.69 | 0.54 | 0.04 | 346.59 | 0.9 | 0.63 |
| Hex | F6 | 4C | 72 | 0 | 45 | 36 | 4 | 15B | 5A | 3F |
| Octal | 366 | 114 | 162 | 0 | 105 | 66 | 4 | 533 | 132 | 77 |
| Binary | 11110110 | 1001100 | 1110010 | 0 | 1000101 | 110110 | 100 | 101011011 | 1011010 | 111111 |
Color Harmonies of #F64C72
Complementary color
Monochromatic Colors of #F64C72
Black with #F64C72
Text Example
Text Example
White with #F64C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64C72; }
p { color: rgb(246,76,114); }
H1.HeaderClassName
{
color: #F64C72;
}
.AnyTagClassName
{
color: #F64C72;
}
</style>
background-color css
<style>
a { background-color: #F64C72; }
a { background-color: rgb(246,76,114); }
div.DivClassName
{
background-color: #F64C72;
}
.BgClassName
{
background-color: #F64C72;
}
</style>
border-color css
<style>
span { border-color: #F64C72; }
span { border-color: rgb(246,76,114); }
td.TdClassName
{
border-color: #F64C72;
}
.TagClassName
{
border-color: #F64C72;
}
</style>