Shades of Wild Watermelon #F65C6B
Tints of Wild Watermelon #F65C6B
RGB
CMYK
RGB Variations
Color information
#F65C6B (or 0xF65C6B) is known color: Wild Watermelon. HEX triplet: F6, 5C and 6B. RGB value is (246,92,107). Sum of RGB (Red+Green+Blue) = 246+92+107=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C6B is #09A394. Grayscale: #8B8B8B. Windows color (decimal): -631701 or 7036150. OLE color: 7036150.
HSL color Cylindrical-coordinate representation of color #F65C6B: hue angle of 354.16º 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 #F65C6B is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 107 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.04 |
| HSL | 354.16º | 0.9% | 0.66% | - |
| HSV(B) | 354.16º | 0.63% | 0.96% | - |
| XYZ | 44.49 | 28.31 | 17.03 | - |
| YUV | 139.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 107 | 0 | 0.63 | 0.57 | 0.04 | 354.16 | 0.9 | 0.66 |
| Hex | F6 | 5C | 6B | 0 | 3F | 39 | 4 | 162 | 5A | 42 |
| Octal | 366 | 134 | 153 | 0 | 77 | 71 | 4 | 542 | 132 | 102 |
| Binary | 11110110 | 1011100 | 1101011 | 0 | 111111 | 111001 | 100 | 101100010 | 1011010 | 1000010 |
Color Harmonies of #F65C6B
Complementary color
Monochromatic Colors of #F65C6B
Black with #F65C6B
Text Example
Text Example
White with #F65C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C6B; }
p { color: rgb(246,92,107); }
H1.HeaderClassName
{
color: #F65C6B;
}
.AnyTagClassName
{
color: #F65C6B;
}
</style>
background-color css
<style>
a { background-color: #F65C6B; }
a { background-color: rgb(246,92,107); }
div.DivClassName
{
background-color: #F65C6B;
}
.BgClassName
{
background-color: #F65C6B;
}
</style>
border-color css
<style>
span { border-color: #F65C6B; }
span { border-color: rgb(246,92,107); }
td.TdClassName
{
border-color: #F65C6B;
}
.TagClassName
{
border-color: #F65C6B;
}
</style>