Shades of Wild Watermelon #F6526D
Tints of Wild Watermelon #F6526D
RGB
CMYK
RGB Variations
Color information
#F6526D (or 0xF6526D) is known color: Wild Watermelon. HEX triplet: F6, 52 and 6D. RGB value is (246,82,109). Sum of RGB (Red+Green+Blue) = 246+82+109=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F6526D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6526D is #09AD92. Grayscale: #868686. Windows color (decimal): -634259 or 7164662. OLE color: 7164662.
HSL color Cylindrical-coordinate representation of color #F6526D: hue angle of 350.12º 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 #F6526D is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 109 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.04 |
| HSL | 350.12º | 0.9% | 0.64% | - |
| HSV(B) | 350.12º | 0.67% | 0.96% | - |
| XYZ | 43.78 | 26.73 | 17.32 | - |
| YUV | 134.11 | 113.83 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 109 | 0 | 0.67 | 0.56 | 0.04 | 350.12 | 0.9 | 0.64 |
| Hex | F6 | 52 | 6D | 0 | 43 | 38 | 4 | 15E | 5A | 40 |
| Octal | 366 | 122 | 155 | 0 | 103 | 70 | 4 | 536 | 132 | 100 |
| Binary | 11110110 | 1010010 | 1101101 | 0 | 1000011 | 111000 | 100 | 101011110 | 1011010 | 1000000 |
Color Harmonies of #F6526D
Complementary color
Monochromatic Colors of #F6526D
Black with #F6526D
Text Example
Text Example
White with #F6526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6526D; }
p { color: rgb(246,82,109); }
H1.HeaderClassName
{
color: #F6526D;
}
.AnyTagClassName
{
color: #F6526D;
}
</style>
background-color css
<style>
a { background-color: #F6526D; }
a { background-color: rgb(246,82,109); }
div.DivClassName
{
background-color: #F6526D;
}
.BgClassName
{
background-color: #F6526D;
}
</style>
border-color css
<style>
span { border-color: #F6526D; }
span { border-color: rgb(246,82,109); }
td.TdClassName
{
border-color: #F6526D;
}
.TagClassName
{
border-color: #F6526D;
}
</style>