Shades of Bittersweet #F67365
Tints of Bittersweet #F67365
RGB
CMYK
RGB Variations
Color information
#F67365 (or 0xF67365) is known color: Bittersweet. HEX triplet: F6, 73 and 65. RGB value is (246,115,101). Sum of RGB (Red+Green+Blue) = 246+115+101=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F67365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67365 is #098C9A. Grayscale: #989898. Windows color (decimal): -625819 or 6648822. OLE color: 6648822.
HSL color Cylindrical-coordinate representation of color #F67365: hue angle of 5.79º 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 #F67365 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 101 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.04 |
| HSL | 5.79º | 0.89% | 0.68% | - |
| HSV(B) | 5.79º | 0.59% | 0.96% | - |
| XYZ | 46.49 | 32.79 | 16.19 | - |
| YUV | 152.57 | 98.9 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 101 | 0 | 0.53 | 0.59 | 0.04 | 5.79 | 0.89 | 0.68 |
| Hex | F6 | 73 | 65 | 0 | 35 | 3B | 4 | 6 | 59 | 44 |
| Octal | 366 | 163 | 145 | 0 | 65 | 73 | 4 | 6 | 131 | 104 |
| Binary | 11110110 | 1110011 | 1100101 | 0 | 110101 | 111011 | 100 | 110 | 1011001 | 1000100 |
Color Harmonies of #F67365
Complementary color
Monochromatic Colors of #F67365
Black with #F67365
Text Example
Text Example
White with #F67365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67365; }
p { color: rgb(246,115,101); }
H1.HeaderClassName
{
color: #F67365;
}
.AnyTagClassName
{
color: #F67365;
}
</style>
background-color css
<style>
a { background-color: #F67365; }
a { background-color: rgb(246,115,101); }
div.DivClassName
{
background-color: #F67365;
}
.BgClassName
{
background-color: #F67365;
}
</style>
border-color css
<style>
span { border-color: #F67365; }
span { border-color: rgb(246,115,101); }
td.TdClassName
{
border-color: #F67365;
}
.TagClassName
{
border-color: #F67365;
}
</style>