Shades of Wild Watermelon #F65B64
Tints of Wild Watermelon #F65B64
RGB
CMYK
RGB Variations
Color information
#F65B64 (or 0xF65B64) is known color: Wild Watermelon. HEX triplet: F6, 5B and 64. RGB value is (246,91,100). Sum of RGB (Red+Green+Blue) = 246+91+100=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65B64 is #09A49B. Grayscale: #8A8A8A. Windows color (decimal): -631964 or 6577142. OLE color: 6577142.
HSL color Cylindrical-coordinate representation of color #F65B64: hue angle of 356.52º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65B64 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 100 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.04 |
| HSL | 356.52º | 0.9% | 0.66% | - |
| HSV(B) | 356.52º | 0.63% | 0.96% | - |
| XYZ | 44.05 | 28 | 15.14 | - |
| YUV | 138.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 100 | 0 | 0.63 | 0.59 | 0.04 | 356.52 | 0.9 | 0.66 |
| Hex | F6 | 5B | 64 | 0 | 3F | 3B | 4 | 165 | 5A | 42 |
| Octal | 366 | 133 | 144 | 0 | 77 | 73 | 4 | 545 | 132 | 102 |
| Binary | 11110110 | 1011011 | 1100100 | 0 | 111111 | 111011 | 100 | 101100101 | 1011010 | 1000010 |
Color Harmonies of #F65B64
Complementary color
Monochromatic Colors of #F65B64
Black with #F65B64
Text Example
Text Example
White with #F65B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65B64; }
p { color: rgb(246,91,100); }
H1.HeaderClassName
{
color: #F65B64;
}
.AnyTagClassName
{
color: #F65B64;
}
</style>
background-color css
<style>
a { background-color: #F65B64; }
a { background-color: rgb(246,91,100); }
div.DivClassName
{
background-color: #F65B64;
}
.BgClassName
{
background-color: #F65B64;
}
</style>
border-color css
<style>
span { border-color: #F65B64; }
span { border-color: rgb(246,91,100); }
td.TdClassName
{
border-color: #F65B64;
}
.TagClassName
{
border-color: #F65B64;
}
</style>