Shades of Wild Watermelon #F6486C
Tints of Wild Watermelon #F6486C
RGB
CMYK
RGB Variations
Color information
#F6486C (or 0xF6486C) is known color: Wild Watermelon. HEX triplet: F6, 48 and 6C. RGB value is (246,72,108). Sum of RGB (Red+Green+Blue) = 246+72+108=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F6486C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6486C is #09B793. Grayscale: #808080. Windows color (decimal): -636820 or 7096566. OLE color: 7096566.
HSL color Cylindrical-coordinate representation of color #F6486C: hue angle of 347.59º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F6486C is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 108 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.04 |
| HSL | 347.59º | 0.91% | 0.62% | - |
| HSV(B) | 347.59º | 0.71% | 0.96% | - |
| XYZ | 43.03 | 25.31 | 16.8 | - |
| YUV | 128.13 | 116.65 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 108 | 0 | 0.71 | 0.56 | 0.04 | 347.59 | 0.91 | 0.62 |
| Hex | F6 | 48 | 6C | 0 | 47 | 38 | 4 | 15C | 5B | 3E |
| Octal | 366 | 110 | 154 | 0 | 107 | 70 | 4 | 534 | 133 | 76 |
| Binary | 11110110 | 1001000 | 1101100 | 0 | 1000111 | 111000 | 100 | 101011100 | 1011011 | 111110 |
Color Harmonies of #F6486C
Complementary color
Monochromatic Colors of #F6486C
Black with #F6486C
Text Example
Text Example
White with #F6486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6486C; }
p { color: rgb(246,72,108); }
H1.HeaderClassName
{
color: #F6486C;
}
.AnyTagClassName
{
color: #F6486C;
}
</style>
background-color css
<style>
a { background-color: #F6486C; }
a { background-color: rgb(246,72,108); }
div.DivClassName
{
background-color: #F6486C;
}
.BgClassName
{
background-color: #F6486C;
}
</style>
border-color css
<style>
span { border-color: #F6486C; }
span { border-color: rgb(246,72,108); }
td.TdClassName
{
border-color: #F6486C;
}
.TagClassName
{
border-color: #F6486C;
}
</style>