Shades of Bittersweet #F67465
Tints of Bittersweet #F67465
RGB
CMYK
RGB Variations
Color information
#F67465 (or 0xF67465) is known color: Bittersweet. HEX triplet: F6, 74 and 65. RGB value is (246,116,101). Sum of RGB (Red+Green+Blue) = 246+116+101=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F67465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67465 is #098B9A. Grayscale: #999999. Windows color (decimal): -625563 or 6649078. OLE color: 6649078.
HSL color Cylindrical-coordinate representation of color #F67465: hue angle of 6.21º 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 #F67465 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 101 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.04 |
| HSL | 6.21º | 0.89% | 0.68% | - |
| HSV(B) | 6.21º | 0.59% | 0.96% | - |
| XYZ | 46.6 | 33.02 | 16.23 | - |
| YUV | 153.16 | 98.57 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 101 | 0 | 0.53 | 0.59 | 0.04 | 6.21 | 0.89 | 0.68 |
| Hex | F6 | 74 | 65 | 0 | 35 | 3B | 4 | 6 | 59 | 44 |
| Octal | 366 | 164 | 145 | 0 | 65 | 73 | 4 | 6 | 131 | 104 |
| Binary | 11110110 | 1110100 | 1100101 | 0 | 110101 | 111011 | 100 | 110 | 1011001 | 1000100 |
Color Harmonies of #F67465
Complementary color
Monochromatic Colors of #F67465
Black with #F67465
Text Example
Text Example
White with #F67465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67465; }
p { color: rgb(246,116,101); }
H1.HeaderClassName
{
color: #F67465;
}
.AnyTagClassName
{
color: #F67465;
}
</style>
background-color css
<style>
a { background-color: #F67465; }
a { background-color: rgb(246,116,101); }
div.DivClassName
{
background-color: #F67465;
}
.BgClassName
{
background-color: #F67465;
}
</style>
border-color css
<style>
span { border-color: #F67465; }
span { border-color: rgb(246,116,101); }
td.TdClassName
{
border-color: #F67465;
}
.TagClassName
{
border-color: #F67465;
}
</style>