Shades of Wild Watermelon #F64D6B
Tints of Wild Watermelon #F64D6B
RGB
CMYK
RGB Variations
Color information
#F64D6B (or 0xF64D6B) is known color: Wild Watermelon. HEX triplet: F6, 4D and 6B. RGB value is (246,77,107). Sum of RGB (Red+Green+Blue) = 246+77+107=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D6B is #09B294. Grayscale: #838383. Windows color (decimal): -635541 or 7032310. OLE color: 7032310.
HSL color Cylindrical-coordinate representation of color #F64D6B: hue angle of 349.35º 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 #F64D6B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 107 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.04 |
| HSL | 349.35º | 0.9% | 0.63% | - |
| HSV(B) | 349.35º | 0.69% | 0.96% | - |
| XYZ | 43.31 | 25.96 | 16.64 | - |
| YUV | 130.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 107 | 0 | 0.69 | 0.57 | 0.04 | 349.35 | 0.9 | 0.63 |
| Hex | F6 | 4D | 6B | 0 | 45 | 39 | 4 | 15D | 5A | 3F |
| Octal | 366 | 115 | 153 | 0 | 105 | 71 | 4 | 535 | 132 | 77 |
| Binary | 11110110 | 1001101 | 1101011 | 0 | 1000101 | 111001 | 100 | 101011101 | 1011010 | 111111 |
Color Harmonies of #F64D6B
Complementary color
Monochromatic Colors of #F64D6B
Black with #F64D6B
Text Example
Text Example
White with #F64D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D6B; }
p { color: rgb(246,77,107); }
H1.HeaderClassName
{
color: #F64D6B;
}
.AnyTagClassName
{
color: #F64D6B;
}
</style>
background-color css
<style>
a { background-color: #F64D6B; }
a { background-color: rgb(246,77,107); }
div.DivClassName
{
background-color: #F64D6B;
}
.BgClassName
{
background-color: #F64D6B;
}
</style>
border-color css
<style>
span { border-color: #F64D6B; }
span { border-color: rgb(246,77,107); }
td.TdClassName
{
border-color: #F64D6B;
}
.TagClassName
{
border-color: #F64D6B;
}
</style>