Shades of Wild Watermelon #F6556D
Tints of Wild Watermelon #F6556D
RGB
CMYK
RGB Variations
Color information
#F6556D (or 0xF6556D) is known color: Wild Watermelon. HEX triplet: F6, 55 and 6D. RGB value is (246,85,109). Sum of RGB (Red+Green+Blue) = 246+85+109=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F6556D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6556D is #09AA92. Grayscale: #878787. Windows color (decimal): -633491 or 7165430. OLE color: 7165430.
HSL color Cylindrical-coordinate representation of color #F6556D: hue angle of 351.06º 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 #F6556D is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 109 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.04 |
| HSL | 351.06º | 0.9% | 0.65% | - |
| HSV(B) | 351.06º | 0.65% | 0.96% | - |
| XYZ | 44.01 | 27.19 | 17.4 | - |
| YUV | 135.88 | 112.84 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 109 | 0 | 0.65 | 0.56 | 0.04 | 351.06 | 0.9 | 0.65 |
| Hex | F6 | 55 | 6D | 0 | 41 | 38 | 4 | 15F | 5A | 41 |
| Octal | 366 | 125 | 155 | 0 | 101 | 70 | 4 | 537 | 132 | 101 |
| Binary | 11110110 | 1010101 | 1101101 | 0 | 1000001 | 111000 | 100 | 101011111 | 1011010 | 1000001 |
Color Harmonies of #F6556D
Complementary color
Monochromatic Colors of #F6556D
Black with #F6556D
Text Example
Text Example
White with #F6556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6556D; }
p { color: rgb(246,85,109); }
H1.HeaderClassName
{
color: #F6556D;
}
.AnyTagClassName
{
color: #F6556D;
}
</style>
background-color css
<style>
a { background-color: #F6556D; }
a { background-color: rgb(246,85,109); }
div.DivClassName
{
background-color: #F6556D;
}
.BgClassName
{
background-color: #F6556D;
}
</style>
border-color css
<style>
span { border-color: #F6556D; }
span { border-color: rgb(246,85,109); }
td.TdClassName
{
border-color: #F6556D;
}
.TagClassName
{
border-color: #F6556D;
}
</style>