Shades of Bittersweet #F67C61
Tints of Bittersweet #F67C61
RGB
CMYK
RGB Variations
Color information
#F67C61 (or 0xF67C61) is known color: Bittersweet. HEX triplet: F6, 7C and 61. RGB value is (246,124,97). Sum of RGB (Red+Green+Blue) = 246+124+97=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C61 is #09839E. Grayscale: #9D9D9D. Windows color (decimal): -623519 or 6388982. OLE color: 6388982.
HSL color Cylindrical-coordinate representation of color #F67C61: hue angle of 10.87º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F67C61 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 97 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.04 |
| HSL | 10.87º | 0.89% | 0.67% | - |
| HSV(B) | 10.87º | 0.61% | 0.96% | - |
| XYZ | 47.37 | 34.87 | 15.54 | - |
| YUV | 157.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 97 | 0 | 0.50 | 0.61 | 0.04 | 10.87 | 0.89 | 0.67 |
| Hex | F6 | 7C | 61 | 0 | 32 | 3D | 4 | B | 59 | 43 |
| Octal | 366 | 174 | 141 | 0 | 62 | 75 | 4 | 13 | 131 | 103 |
| Binary | 11110110 | 1111100 | 1100001 | 0 | 110010 | 111101 | 100 | 1011 | 1011001 | 1000011 |
Color Harmonies of #F67C61
Complementary color
Monochromatic Colors of #F67C61
Black with #F67C61
Text Example
Text Example
White with #F67C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67C61; }
p { color: rgb(246,124,97); }
H1.HeaderClassName
{
color: #F67C61;
}
.AnyTagClassName
{
color: #F67C61;
}
</style>
background-color css
<style>
a { background-color: #F67C61; }
a { background-color: rgb(246,124,97); }
div.DivClassName
{
background-color: #F67C61;
}
.BgClassName
{
background-color: #F67C61;
}
</style>
border-color css
<style>
span { border-color: #F67C61; }
span { border-color: rgb(246,124,97); }
td.TdClassName
{
border-color: #F67C61;
}
.TagClassName
{
border-color: #F67C61;
}
</style>