Shades of Bittersweet #F67665
Tints of Bittersweet #F67665
RGB
CMYK
RGB Variations
Color information
#F67665 (or 0xF67665) is known color: Bittersweet. HEX triplet: F6, 76 and 65. RGB value is (246,118,101). Sum of RGB (Red+Green+Blue) = 246+118+101=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F67665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67665 is #09899A. Grayscale: #9A9A9A. Windows color (decimal): -625051 or 6649590. OLE color: 6649590.
HSL color Cylindrical-coordinate representation of color #F67665: hue angle of 7.03º 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 #F67665 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 101 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.04 |
| HSL | 7.03º | 0.89% | 0.68% | - |
| HSV(B) | 7.03º | 0.59% | 0.96% | - |
| XYZ | 46.83 | 33.49 | 16.31 | - |
| YUV | 154.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 101 | 0 | 0.52 | 0.59 | 0.04 | 7.03 | 0.89 | 0.68 |
| Hex | F6 | 76 | 65 | 0 | 34 | 3B | 4 | 7 | 59 | 44 |
| Octal | 366 | 166 | 145 | 0 | 64 | 73 | 4 | 7 | 131 | 104 |
| Binary | 11110110 | 1110110 | 1100101 | 0 | 110100 | 111011 | 100 | 111 | 1011001 | 1000100 |
Color Harmonies of #F67665
Complementary color
Monochromatic Colors of #F67665
Black with #F67665
Text Example
Text Example
White with #F67665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67665; }
p { color: rgb(246,118,101); }
H1.HeaderClassName
{
color: #F67665;
}
.AnyTagClassName
{
color: #F67665;
}
</style>
background-color css
<style>
a { background-color: #F67665; }
a { background-color: rgb(246,118,101); }
div.DivClassName
{
background-color: #F67665;
}
.BgClassName
{
background-color: #F67665;
}
</style>
border-color css
<style>
span { border-color: #F67665; }
span { border-color: rgb(246,118,101); }
td.TdClassName
{
border-color: #F67665;
}
.TagClassName
{
border-color: #F67665;
}
</style>