Shades of Wild Watermelon #F6586A
Tints of Wild Watermelon #F6586A
RGB
CMYK
RGB Variations
Color information
#F6586A (or 0xF6586A) is known color: Wild Watermelon. HEX triplet: F6, 58 and 6A. RGB value is (246,88,106). Sum of RGB (Red+Green+Blue) = 246+88+106=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F6586A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6586A is #09A795. Grayscale: #898989. Windows color (decimal): -632726 or 6969590. OLE color: 6969590.
HSL color Cylindrical-coordinate representation of color #F6586A: hue angle of 353.16º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F6586A is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 106 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.04 |
| HSL | 353.16º | 0.9% | 0.65% | - |
| HSV(B) | 353.16º | 0.64% | 0.96% | - |
| XYZ | 44.1 | 27.61 | 16.64 | - |
| YUV | 137.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 106 | 0 | 0.64 | 0.57 | 0.04 | 353.16 | 0.9 | 0.65 |
| Hex | F6 | 58 | 6A | 0 | 40 | 39 | 4 | 161 | 5A | 41 |
| Octal | 366 | 130 | 152 | 0 | 100 | 71 | 4 | 541 | 132 | 101 |
| Binary | 11110110 | 1011000 | 1101010 | 0 | 1000000 | 111001 | 100 | 101100001 | 1011010 | 1000001 |
Color Harmonies of #F6586A
Complementary color
Monochromatic Colors of #F6586A
Black with #F6586A
Text Example
Text Example
White with #F6586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6586A; }
p { color: rgb(246,88,106); }
H1.HeaderClassName
{
color: #F6586A;
}
.AnyTagClassName
{
color: #F6586A;
}
</style>
background-color css
<style>
a { background-color: #F6586A; }
a { background-color: rgb(246,88,106); }
div.DivClassName
{
background-color: #F6586A;
}
.BgClassName
{
background-color: #F6586A;
}
</style>
border-color css
<style>
span { border-color: #F6586A; }
span { border-color: rgb(246,88,106); }
td.TdClassName
{
border-color: #F6586A;
}
.TagClassName
{
border-color: #F6586A;
}
</style>