Shades of Bittersweet #F6736A
Tints of Bittersweet #F6736A
RGB
CMYK
RGB Variations
Color information
#F6736A (or 0xF6736A) is known color: Bittersweet. HEX triplet: F6, 73 and 6A. RGB value is (246,115,106). Sum of RGB (Red+Green+Blue) = 246+115+106=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6736A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6736A is #098C95. Grayscale: #999999. Windows color (decimal): -625814 or 6976502. OLE color: 6976502.
HSL color Cylindrical-coordinate representation of color #F6736A: hue angle of 3.86º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6736A is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 106 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.04 |
| HSL | 3.86º | 0.89% | 0.69% | - |
| HSV(B) | 3.86º | 0.57% | 0.96% | - |
| XYZ | 46.74 | 32.89 | 17.52 | - |
| YUV | 153.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 106 | 0 | 0.53 | 0.57 | 0.04 | 3.86 | 0.89 | 0.69 |
| Hex | F6 | 73 | 6A | 0 | 35 | 39 | 4 | 4 | 59 | 45 |
| Octal | 366 | 163 | 152 | 0 | 65 | 71 | 4 | 4 | 131 | 105 |
| Binary | 11110110 | 1110011 | 1101010 | 0 | 110101 | 111001 | 100 | 100 | 1011001 | 1000101 |
Color Harmonies of #F6736A
Complementary color
Monochromatic Colors of #F6736A
Black with #F6736A
Text Example
Text Example
White with #F6736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6736A; }
p { color: rgb(246,115,106); }
H1.HeaderClassName
{
color: #F6736A;
}
.AnyTagClassName
{
color: #F6736A;
}
</style>
background-color css
<style>
a { background-color: #F6736A; }
a { background-color: rgb(246,115,106); }
div.DivClassName
{
background-color: #F6736A;
}
.BgClassName
{
background-color: #F6736A;
}
</style>
border-color css
<style>
span { border-color: #F6736A; }
span { border-color: rgb(246,115,106); }
td.TdClassName
{
border-color: #F6736A;
}
.TagClassName
{
border-color: #F6736A;
}
</style>