Shades of Wild Watermelon #F6565C
Tints of Wild Watermelon #F6565C
RGB
CMYK
RGB Variations
Color information
#F6565C (or 0xF6565C) is known color: Wild Watermelon. HEX triplet: F6, 56 and 5C. RGB value is (246,86,92). Sum of RGB (Red+Green+Blue) = 246+86+92=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F6565C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6565C is #09A9A3. Grayscale: #868686. Windows color (decimal): -633252 or 6051574. OLE color: 6051574.
HSL color Cylindrical-coordinate representation of color #F6565C: hue angle of 357.75º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6565C is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 86 | 92 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.04 |
| HSL | 357.75º | 0.9% | 0.65% | - |
| HSV(B) | 357.75º | 0.65% | 0.96% | - |
| XYZ | 43.27 | 27.02 | 13.06 | - |
| YUV | 134.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 86 | 92 | 0 | 0.65 | 0.63 | 0.04 | 357.75 | 0.9 | 0.65 |
| Hex | F6 | 56 | 5C | 0 | 41 | 3F | 4 | 166 | 5A | 41 |
| Octal | 366 | 126 | 134 | 0 | 101 | 77 | 4 | 546 | 132 | 101 |
| Binary | 11110110 | 1010110 | 1011100 | 0 | 1000001 | 111111 | 100 | 101100110 | 1011010 | 1000001 |
Color Harmonies of #F6565C
Complementary color
Monochromatic Colors of #F6565C
Black with #F6565C
Text Example
Text Example
White with #F6565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6565C; }
p { color: rgb(246,86,92); }
H1.HeaderClassName
{
color: #F6565C;
}
.AnyTagClassName
{
color: #F6565C;
}
</style>
background-color css
<style>
a { background-color: #F6565C; }
a { background-color: rgb(246,86,92); }
div.DivClassName
{
background-color: #F6565C;
}
.BgClassName
{
background-color: #F6565C;
}
</style>
border-color css
<style>
span { border-color: #F6565C; }
span { border-color: rgb(246,86,92); }
td.TdClassName
{
border-color: #F6565C;
}
.TagClassName
{
border-color: #F6565C;
}
</style>