Shades of Bittersweet #F6745C
Tints of Bittersweet #F6745C
RGB
CMYK
RGB Variations
Color information
#F6745C (or 0xF6745C) is known color: Bittersweet. HEX triplet: F6, 74 and 5C. RGB value is (246,116,92). Sum of RGB (Red+Green+Blue) = 246+116+92=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F6745C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6745C is #098BA3. Grayscale: #989898. Windows color (decimal): -625572 or 6059254. OLE color: 6059254.
HSL color Cylindrical-coordinate representation of color #F6745C: hue angle of 9.35º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6745C is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 92 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.04 |
| HSL | 9.35º | 0.9% | 0.66% | - |
| HSV(B) | 9.35º | 0.63% | 0.96% | - |
| XYZ | 46.18 | 32.86 | 14.03 | - |
| YUV | 152.13 | 94.07 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 92 | 0 | 0.53 | 0.63 | 0.04 | 9.35 | 0.9 | 0.66 |
| Hex | F6 | 74 | 5C | 0 | 35 | 3F | 4 | 9 | 5A | 42 |
| Octal | 366 | 164 | 134 | 0 | 65 | 77 | 4 | 11 | 132 | 102 |
| Binary | 11110110 | 1110100 | 1011100 | 0 | 110101 | 111111 | 100 | 1001 | 1011010 | 1000010 |
Color Harmonies of #F6745C
Complementary color
Monochromatic Colors of #F6745C
Black with #F6745C
Text Example
Text Example
White with #F6745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6745C; }
p { color: rgb(246,116,92); }
H1.HeaderClassName
{
color: #F6745C;
}
.AnyTagClassName
{
color: #F6745C;
}
</style>
background-color css
<style>
a { background-color: #F6745C; }
a { background-color: rgb(246,116,92); }
div.DivClassName
{
background-color: #F6745C;
}
.BgClassName
{
background-color: #F6745C;
}
</style>
border-color css
<style>
span { border-color: #F6745C; }
span { border-color: rgb(246,116,92); }
td.TdClassName
{
border-color: #F6745C;
}
.TagClassName
{
border-color: #F6745C;
}
</style>