Shades of Bittersweet #F67466
Tints of Bittersweet #F67466
RGB
CMYK
RGB Variations
Color information
#F67466 (or 0xF67466) is known color: Bittersweet. HEX triplet: F6, 74 and 66. RGB value is (246,116,102). Sum of RGB (Red+Green+Blue) = 246+116+102=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F67466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67466 is #098B99. Grayscale: #999999. Windows color (decimal): -625562 or 6714614. OLE color: 6714614.
HSL color Cylindrical-coordinate representation of color #F67466: hue angle of 5.83º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F67466 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 102 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.04 |
| HSL | 5.83º | 0.89% | 0.68% | - |
| HSV(B) | 5.83º | 0.59% | 0.96% | - |
| XYZ | 46.65 | 33.04 | 16.49 | - |
| YUV | 153.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 102 | 0 | 0.53 | 0.59 | 0.04 | 5.83 | 0.89 | 0.68 |
| Hex | F6 | 74 | 66 | 0 | 35 | 3B | 4 | 6 | 59 | 44 |
| Octal | 366 | 164 | 146 | 0 | 65 | 73 | 4 | 6 | 131 | 104 |
| Binary | 11110110 | 1110100 | 1100110 | 0 | 110101 | 111011 | 100 | 110 | 1011001 | 1000100 |
Color Harmonies of #F67466
Complementary color
Monochromatic Colors of #F67466
Black with #F67466
Text Example
Text Example
White with #F67466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67466; }
p { color: rgb(246,116,102); }
H1.HeaderClassName
{
color: #F67466;
}
.AnyTagClassName
{
color: #F67466;
}
</style>
background-color css
<style>
a { background-color: #F67466; }
a { background-color: rgb(246,116,102); }
div.DivClassName
{
background-color: #F67466;
}
.BgClassName
{
background-color: #F67466;
}
</style>
border-color css
<style>
span { border-color: #F67466; }
span { border-color: rgb(246,116,102); }
td.TdClassName
{
border-color: #F67466;
}
.TagClassName
{
border-color: #F67466;
}
</style>