Shades of Wild Watermelon #F6585C
Tints of Wild Watermelon #F6585C
RGB
CMYK
RGB Variations
Color information
#F6585C (or 0xF6585C) is known color: Wild Watermelon. HEX triplet: F6, 58 and 5C. RGB value is (246,88,92). Sum of RGB (Red+Green+Blue) = 246+88+92=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F6585C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6585C is #09A7A3. Grayscale: #878787. Windows color (decimal): -632740 or 6052086. OLE color: 6052086.
HSL color Cylindrical-coordinate representation of color #F6585C: hue angle of 358.48º 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 #F6585C is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 92 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.04 |
| HSL | 358.48º | 0.9% | 0.65% | - |
| HSV(B) | 358.48º | 0.64% | 0.96% | - |
| XYZ | 43.43 | 27.34 | 13.11 | - |
| YUV | 135.7 | 103.35 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 92 | 0 | 0.64 | 0.63 | 0.04 | 358.48 | 0.9 | 0.65 |
| Hex | F6 | 58 | 5C | 0 | 40 | 3F | 4 | 166 | 5A | 41 |
| Octal | 366 | 130 | 134 | 0 | 100 | 77 | 4 | 546 | 132 | 101 |
| Binary | 11110110 | 1011000 | 1011100 | 0 | 1000000 | 111111 | 100 | 101100110 | 1011010 | 1000001 |
Color Harmonies of #F6585C
Complementary color
Monochromatic Colors of #F6585C
Black with #F6585C
Text Example
Text Example
White with #F6585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6585C; }
p { color: rgb(246,88,92); }
H1.HeaderClassName
{
color: #F6585C;
}
.AnyTagClassName
{
color: #F6585C;
}
</style>
background-color css
<style>
a { background-color: #F6585C; }
a { background-color: rgb(246,88,92); }
div.DivClassName
{
background-color: #F6585C;
}
.BgClassName
{
background-color: #F6585C;
}
</style>
border-color css
<style>
span { border-color: #F6585C; }
span { border-color: rgb(246,88,92); }
td.TdClassName
{
border-color: #F6585C;
}
.TagClassName
{
border-color: #F6585C;
}
</style>