Shades of Bittersweet #F6685C
Tints of Bittersweet #F6685C
RGB
CMYK
RGB Variations
Color information
#F6685C (or 0xF6685C) is known color: Bittersweet. HEX triplet: F6, 68 and 5C. RGB value is (246,104,92). Sum of RGB (Red+Green+Blue) = 246+104+92=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F6685C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6685C is #0997A3. Grayscale: #919191. Windows color (decimal): -628644 or 6056182. OLE color: 6056182.
HSL color Cylindrical-coordinate representation of color #F6685C: hue angle of 4.68º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6685C is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 92 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.04 |
| HSL | 4.68º | 0.9% | 0.66% | - |
| HSV(B) | 4.68º | 0.63% | 0.96% | - |
| XYZ | 44.89 | 30.27 | 13.6 | - |
| YUV | 145.09 | 98.04 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 92 | 0 | 0.58 | 0.63 | 0.04 | 4.68 | 0.9 | 0.66 |
| Hex | F6 | 68 | 5C | 0 | 3A | 3F | 4 | 5 | 5A | 42 |
| Octal | 366 | 150 | 134 | 0 | 72 | 77 | 4 | 5 | 132 | 102 |
| Binary | 11110110 | 1101000 | 1011100 | 0 | 111010 | 111111 | 100 | 101 | 1011010 | 1000010 |
Color Harmonies of #F6685C
Complementary color
Monochromatic Colors of #F6685C
Black with #F6685C
Text Example
Text Example
White with #F6685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6685C; }
p { color: rgb(246,104,92); }
H1.HeaderClassName
{
color: #F6685C;
}
.AnyTagClassName
{
color: #F6685C;
}
</style>
background-color css
<style>
a { background-color: #F6685C; }
a { background-color: rgb(246,104,92); }
div.DivClassName
{
background-color: #F6685C;
}
.BgClassName
{
background-color: #F6685C;
}
</style>
border-color css
<style>
span { border-color: #F6685C; }
span { border-color: rgb(246,104,92); }
td.TdClassName
{
border-color: #F6685C;
}
.TagClassName
{
border-color: #F6685C;
}
</style>