Shades of Wild Watermelon #F6506D
Tints of Wild Watermelon #F6506D
RGB
CMYK
RGB Variations
Color information
#F6506D (or 0xF6506D) is known color: Wild Watermelon. HEX triplet: F6, 50 and 6D. RGB value is (246,80,109). Sum of RGB (Red+Green+Blue) = 246+80+109=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F6506D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6506D is #09AF92. Grayscale: #848484. Windows color (decimal): -634771 or 7164150. OLE color: 7164150.
HSL color Cylindrical-coordinate representation of color #F6506D: hue angle of 349.52º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6506D is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 109 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.04 |
| HSL | 349.52º | 0.9% | 0.64% | - |
| HSV(B) | 349.52º | 0.67% | 0.96% | - |
| XYZ | 43.64 | 26.43 | 17.27 | - |
| YUV | 132.94 | 114.5 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 109 | 0 | 0.67 | 0.56 | 0.04 | 349.52 | 0.9 | 0.64 |
| Hex | F6 | 50 | 6D | 0 | 43 | 38 | 4 | 15E | 5A | 40 |
| Octal | 366 | 120 | 155 | 0 | 103 | 70 | 4 | 536 | 132 | 100 |
| Binary | 11110110 | 1010000 | 1101101 | 0 | 1000011 | 111000 | 100 | 101011110 | 1011010 | 1000000 |
Color Harmonies of #F6506D
Complementary color
Monochromatic Colors of #F6506D
Black with #F6506D
Text Example
Text Example
White with #F6506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6506D; }
p { color: rgb(246,80,109); }
H1.HeaderClassName
{
color: #F6506D;
}
.AnyTagClassName
{
color: #F6506D;
}
</style>
background-color css
<style>
a { background-color: #F6506D; }
a { background-color: rgb(246,80,109); }
div.DivClassName
{
background-color: #F6506D;
}
.BgClassName
{
background-color: #F6506D;
}
</style>
border-color css
<style>
span { border-color: #F6506D; }
span { border-color: rgb(246,80,109); }
td.TdClassName
{
border-color: #F6506D;
}
.TagClassName
{
border-color: #F6506D;
}
</style>