Shades of Bittersweet #F67368
Tints of Bittersweet #F67368
RGB
CMYK
RGB Variations
Color information
#F67368 (or 0xF67368) is known color: Bittersweet. HEX triplet: F6, 73 and 68. RGB value is (246,115,104). Sum of RGB (Red+Green+Blue) = 246+115+104=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F67368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67368 is #098C97. Grayscale: #999999. Windows color (decimal): -625816 or 6845430. OLE color: 6845430.
HSL color Cylindrical-coordinate representation of color #F67368: hue angle of 4.65º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F67368 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 104 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.04 |
| HSL | 4.65º | 0.89% | 0.69% | - |
| HSV(B) | 4.65º | 0.58% | 0.96% | - |
| XYZ | 46.64 | 32.85 | 16.98 | - |
| YUV | 152.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 104 | 0 | 0.53 | 0.58 | 0.04 | 4.65 | 0.89 | 0.69 |
| Hex | F6 | 73 | 68 | 0 | 35 | 3A | 4 | 5 | 59 | 45 |
| Octal | 366 | 163 | 150 | 0 | 65 | 72 | 4 | 5 | 131 | 105 |
| Binary | 11110110 | 1110011 | 1101000 | 0 | 110101 | 111010 | 100 | 101 | 1011001 | 1000101 |
Color Harmonies of #F67368
Complementary color
Monochromatic Colors of #F67368
Black with #F67368
Text Example
Text Example
White with #F67368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67368; }
p { color: rgb(246,115,104); }
H1.HeaderClassName
{
color: #F67368;
}
.AnyTagClassName
{
color: #F67368;
}
</style>
background-color css
<style>
a { background-color: #F67368; }
a { background-color: rgb(246,115,104); }
div.DivClassName
{
background-color: #F67368;
}
.BgClassName
{
background-color: #F67368;
}
</style>
border-color css
<style>
span { border-color: #F67368; }
span { border-color: rgb(246,115,104); }
td.TdClassName
{
border-color: #F67368;
}
.TagClassName
{
border-color: #F67368;
}
</style>