Shades of Wild Watermelon #F64B74
Tints of Wild Watermelon #F64B74
RGB
CMYK
RGB Variations
Color information
#F64B74 (or 0xF64B74) is known color: Wild Watermelon. HEX triplet: F6, 4B and 74. RGB value is (246,75,116). Sum of RGB (Red+Green+Blue) = 246+75+116=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64B74 is #09B48B. Grayscale: #828282. Windows color (decimal): -636044 or 7621622. OLE color: 7621622.
HSL color Cylindrical-coordinate representation of color #F64B74: hue angle of 345.61º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64B74 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 116 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.04 |
| HSL | 345.61º | 0.9% | 0.63% | - |
| HSV(B) | 345.61º | 0.7% | 0.96% | - |
| XYZ | 43.67 | 25.89 | 19.22 | - |
| YUV | 130.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 116 | 0 | 0.70 | 0.53 | 0.04 | 345.61 | 0.9 | 0.63 |
| Hex | F6 | 4B | 74 | 0 | 46 | 35 | 4 | 15A | 5A | 3F |
| Octal | 366 | 113 | 164 | 0 | 106 | 65 | 4 | 532 | 132 | 77 |
| Binary | 11110110 | 1001011 | 1110100 | 0 | 1000110 | 110101 | 100 | 101011010 | 1011010 | 111111 |
Color Harmonies of #F64B74
Complementary color
Monochromatic Colors of #F64B74
Black with #F64B74
Text Example
Text Example
White with #F64B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64B74; }
p { color: rgb(246,75,116); }
H1.HeaderClassName
{
color: #F64B74;
}
.AnyTagClassName
{
color: #F64B74;
}
</style>
background-color css
<style>
a { background-color: #F64B74; }
a { background-color: rgb(246,75,116); }
div.DivClassName
{
background-color: #F64B74;
}
.BgClassName
{
background-color: #F64B74;
}
</style>
border-color css
<style>
span { border-color: #F64B74; }
span { border-color: rgb(246,75,116); }
td.TdClassName
{
border-color: #F64B74;
}
.TagClassName
{
border-color: #F64B74;
}
</style>