Shades of Bittersweet #F67468
Tints of Bittersweet #F67468
RGB
CMYK
RGB Variations
Color information
#F67468 (or 0xF67468) is known color: Bittersweet. HEX triplet: F6, 74 and 68. RGB value is (246,116,104). Sum of RGB (Red+Green+Blue) = 246+116+104=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F67468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67468 is #098B97. Grayscale: #999999. Windows color (decimal): -625560 or 6845686. OLE color: 6845686.
HSL color Cylindrical-coordinate representation of color #F67468: hue angle of 5.07º 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 #F67468 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 104 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.04 |
| HSL | 5.07º | 0.89% | 0.69% | - |
| HSV(B) | 5.07º | 0.58% | 0.96% | - |
| XYZ | 46.75 | 33.08 | 17.02 | - |
| YUV | 153.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 104 | 0 | 0.53 | 0.58 | 0.04 | 5.07 | 0.89 | 0.69 |
| Hex | F6 | 74 | 68 | 0 | 35 | 3A | 4 | 5 | 59 | 45 |
| Octal | 366 | 164 | 150 | 0 | 65 | 72 | 4 | 5 | 131 | 105 |
| Binary | 11110110 | 1110100 | 1101000 | 0 | 110101 | 111010 | 100 | 101 | 1011001 | 1000101 |
Color Harmonies of #F67468
Complementary color
Monochromatic Colors of #F67468
Black with #F67468
Text Example
Text Example
White with #F67468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67468; }
p { color: rgb(246,116,104); }
H1.HeaderClassName
{
color: #F67468;
}
.AnyTagClassName
{
color: #F67468;
}
</style>
background-color css
<style>
a { background-color: #F67468; }
a { background-color: rgb(246,116,104); }
div.DivClassName
{
background-color: #F67468;
}
.BgClassName
{
background-color: #F67468;
}
</style>
border-color css
<style>
span { border-color: #F67468; }
span { border-color: rgb(246,116,104); }
td.TdClassName
{
border-color: #F67468;
}
.TagClassName
{
border-color: #F67468;
}
</style>