Shades of Bittersweet #F67C60
Tints of Bittersweet #F67C60
RGB
CMYK
RGB Variations
Color information
#F67C60 (or 0xF67C60) is known color: Bittersweet. HEX triplet: F6, 7C and 60. RGB value is (246,124,96). Sum of RGB (Red+Green+Blue) = 246+124+96=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C60 is #09839F. Grayscale: #9D9D9D. Windows color (decimal): -623520 or 6323446. OLE color: 6323446.
HSL color Cylindrical-coordinate representation of color #F67C60: hue angle of 11.2º 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 #F67C60 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 96 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.04 |
| HSL | 11.2º | 0.89% | 0.67% | - |
| HSV(B) | 11.2º | 0.61% | 0.96% | - |
| XYZ | 47.33 | 34.85 | 15.3 | - |
| YUV | 157.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 96 | 0 | 0.50 | 0.61 | 0.04 | 11.2 | 0.89 | 0.67 |
| Hex | F6 | 7C | 60 | 0 | 32 | 3D | 4 | B | 59 | 43 |
| Octal | 366 | 174 | 140 | 0 | 62 | 75 | 4 | 13 | 131 | 103 |
| Binary | 11110110 | 1111100 | 1100000 | 0 | 110010 | 111101 | 100 | 1011 | 1011001 | 1000011 |
Color Harmonies of #F67C60
Complementary color
Monochromatic Colors of #F67C60
Black with #F67C60
Text Example
Text Example
White with #F67C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67C60; }
p { color: rgb(246,124,96); }
H1.HeaderClassName
{
color: #F67C60;
}
.AnyTagClassName
{
color: #F67C60;
}
</style>
background-color css
<style>
a { background-color: #F67C60; }
a { background-color: rgb(246,124,96); }
div.DivClassName
{
background-color: #F67C60;
}
.BgClassName
{
background-color: #F67C60;
}
</style>
border-color css
<style>
span { border-color: #F67C60; }
span { border-color: rgb(246,124,96); }
td.TdClassName
{
border-color: #F67C60;
}
.TagClassName
{
border-color: #F67C60;
}
</style>