Shades of Wild Watermelon #F6506A
Tints of Wild Watermelon #F6506A
RGB
CMYK
RGB Variations
Color information
#F6506A (or 0xF6506A) is known color: Wild Watermelon. HEX triplet: F6, 50 and 6A. RGB value is (246,80,106). Sum of RGB (Red+Green+Blue) = 246+80+106=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F6506A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6506A is #09AF95. Grayscale: #848484. Windows color (decimal): -634774 or 6967542. OLE color: 6967542.
HSL color Cylindrical-coordinate representation of color #F6506A: hue angle of 350.6º 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 #F6506A is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 106 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.04 |
| HSL | 350.6º | 0.9% | 0.64% | - |
| HSV(B) | 350.6º | 0.67% | 0.96% | - |
| XYZ | 43.48 | 26.37 | 16.43 | - |
| YUV | 132.6 | 113 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 106 | 0 | 0.67 | 0.57 | 0.04 | 350.6 | 0.9 | 0.64 |
| Hex | F6 | 50 | 6A | 0 | 43 | 39 | 4 | 15F | 5A | 40 |
| Octal | 366 | 120 | 152 | 0 | 103 | 71 | 4 | 537 | 132 | 100 |
| Binary | 11110110 | 1010000 | 1101010 | 0 | 1000011 | 111001 | 100 | 101011111 | 1011010 | 1000000 |
Color Harmonies of #F6506A
Complementary color
Monochromatic Colors of #F6506A
Black with #F6506A
Text Example
Text Example
White with #F6506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6506A; }
p { color: rgb(246,80,106); }
H1.HeaderClassName
{
color: #F6506A;
}
.AnyTagClassName
{
color: #F6506A;
}
</style>
background-color css
<style>
a { background-color: #F6506A; }
a { background-color: rgb(246,80,106); }
div.DivClassName
{
background-color: #F6506A;
}
.BgClassName
{
background-color: #F6506A;
}
</style>
border-color css
<style>
span { border-color: #F6506A; }
span { border-color: rgb(246,80,106); }
td.TdClassName
{
border-color: #F6506A;
}
.TagClassName
{
border-color: #F6506A;
}
</style>