Shades of Wild Watermelon #F6526C
Tints of Wild Watermelon #F6526C
RGB
CMYK
RGB Variations
Color information
#F6526C (or 0xF6526C) is known color: Wild Watermelon. HEX triplet: F6, 52 and 6C. RGB value is (246,82,108). Sum of RGB (Red+Green+Blue) = 246+82+108=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F6526C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6526C is #09AD93. Grayscale: #868686. Windows color (decimal): -634260 or 7099126. OLE color: 7099126.
HSL color Cylindrical-coordinate representation of color #F6526C: hue angle of 350.49º 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 #F6526C is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 108 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.04 |
| HSL | 350.49º | 0.9% | 0.64% | - |
| HSV(B) | 350.49º | 0.67% | 0.96% | - |
| XYZ | 43.73 | 26.71 | 17.04 | - |
| YUV | 134 | 113.33 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 108 | 0 | 0.67 | 0.56 | 0.04 | 350.49 | 0.9 | 0.64 |
| Hex | F6 | 52 | 6C | 0 | 43 | 38 | 4 | 15E | 5A | 40 |
| Octal | 366 | 122 | 154 | 0 | 103 | 70 | 4 | 536 | 132 | 100 |
| Binary | 11110110 | 1010010 | 1101100 | 0 | 1000011 | 111000 | 100 | 101011110 | 1011010 | 1000000 |
Color Harmonies of #F6526C
Complementary color
Monochromatic Colors of #F6526C
Black with #F6526C
Text Example
Text Example
White with #F6526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6526C; }
p { color: rgb(246,82,108); }
H1.HeaderClassName
{
color: #F6526C;
}
.AnyTagClassName
{
color: #F6526C;
}
</style>
background-color css
<style>
a { background-color: #F6526C; }
a { background-color: rgb(246,82,108); }
div.DivClassName
{
background-color: #F6526C;
}
.BgClassName
{
background-color: #F6526C;
}
</style>
border-color css
<style>
span { border-color: #F6526C; }
span { border-color: rgb(246,82,108); }
td.TdClassName
{
border-color: #F6526C;
}
.TagClassName
{
border-color: #F6526C;
}
</style>