Shades of Bittersweet #F67068
Tints of Bittersweet #F67068
RGB
CMYK
RGB Variations
Color information
#F67068 (or 0xF67068) is known color: Bittersweet. HEX triplet: F6, 70 and 68. RGB value is (246,112,104). Sum of RGB (Red+Green+Blue) = 246+112+104=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F67068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67068 is #098F97. Grayscale: #979797. Windows color (decimal): -626584 or 6844662. OLE color: 6844662.
HSL color Cylindrical-coordinate representation of color #F67068: hue angle of 3.38º 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 #F67068 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 104 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.04 |
| HSL | 3.38º | 0.89% | 0.69% | - |
| HSV(B) | 3.38º | 0.58% | 0.96% | - |
| XYZ | 46.3 | 32.18 | 16.87 | - |
| YUV | 151.15 | 101.39 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 104 | 0 | 0.54 | 0.58 | 0.04 | 3.38 | 0.89 | 0.69 |
| Hex | F6 | 70 | 68 | 0 | 36 | 3A | 4 | 3 | 59 | 45 |
| Octal | 366 | 160 | 150 | 0 | 66 | 72 | 4 | 3 | 131 | 105 |
| Binary | 11110110 | 1110000 | 1101000 | 0 | 110110 | 111010 | 100 | 11 | 1011001 | 1000101 |
Color Harmonies of #F67068
Complementary color
Monochromatic Colors of #F67068
Black with #F67068
Text Example
Text Example
White with #F67068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67068; }
p { color: rgb(246,112,104); }
H1.HeaderClassName
{
color: #F67068;
}
.AnyTagClassName
{
color: #F67068;
}
</style>
background-color css
<style>
a { background-color: #F67068; }
a { background-color: rgb(246,112,104); }
div.DivClassName
{
background-color: #F67068;
}
.BgClassName
{
background-color: #F67068;
}
</style>
border-color css
<style>
span { border-color: #F67068; }
span { border-color: rgb(246,112,104); }
td.TdClassName
{
border-color: #F67068;
}
.TagClassName
{
border-color: #F67068;
}
</style>