Shades of Wild Watermelon #F6536C
Tints of Wild Watermelon #F6536C
RGB
CMYK
RGB Variations
Color information
#F6536C (or 0xF6536C) is known color: Wild Watermelon. HEX triplet: F6, 53 and 6C. RGB value is (246,83,108). Sum of RGB (Red+Green+Blue) = 246+83+108=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F6536C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6536C is #09AC93. Grayscale: #868686. Windows color (decimal): -634004 or 7099382. OLE color: 7099382.
HSL color Cylindrical-coordinate representation of color #F6536C: hue angle of 350.8º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F6536C is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 108 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.04 |
| HSL | 350.8º | 0.9% | 0.65% | - |
| HSV(B) | 350.8º | 0.66% | 0.96% | - |
| XYZ | 43.81 | 26.86 | 17.06 | - |
| YUV | 134.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 108 | 0 | 0.66 | 0.56 | 0.04 | 350.8 | 0.9 | 0.65 |
| Hex | F6 | 53 | 6C | 0 | 42 | 38 | 4 | 15F | 5A | 41 |
| Octal | 366 | 123 | 154 | 0 | 102 | 70 | 4 | 537 | 132 | 101 |
| Binary | 11110110 | 1010011 | 1101100 | 0 | 1000010 | 111000 | 100 | 101011111 | 1011010 | 1000001 |
Color Harmonies of #F6536C
Complementary color
Monochromatic Colors of #F6536C
Black with #F6536C
Text Example
Text Example
White with #F6536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6536C; }
p { color: rgb(246,83,108); }
H1.HeaderClassName
{
color: #F6536C;
}
.AnyTagClassName
{
color: #F6536C;
}
</style>
background-color css
<style>
a { background-color: #F6536C; }
a { background-color: rgb(246,83,108); }
div.DivClassName
{
background-color: #F6536C;
}
.BgClassName
{
background-color: #F6536C;
}
</style>
border-color css
<style>
span { border-color: #F6536C; }
span { border-color: rgb(246,83,108); }
td.TdClassName
{
border-color: #F6536C;
}
.TagClassName
{
border-color: #F6536C;
}
</style>