Shades of Bittersweet #F6735C
Tints of Bittersweet #F6735C
RGB
CMYK
RGB Variations
Color information
#F6735C (or 0xF6735C) is known color: Bittersweet. HEX triplet: F6, 73 and 5C. RGB value is (246,115,92). Sum of RGB (Red+Green+Blue) = 246+115+92=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F6735C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6735C is #098CA3. Grayscale: #979797. Windows color (decimal): -625828 or 6058998. OLE color: 6058998.
HSL color Cylindrical-coordinate representation of color #F6735C: hue angle of 8.96º 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 #F6735C is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 92 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.04 |
| HSL | 8.96º | 0.9% | 0.66% | - |
| HSV(B) | 8.96º | 0.63% | 0.96% | - |
| XYZ | 46.07 | 32.63 | 13.99 | - |
| YUV | 151.55 | 94.4 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 92 | 0 | 0.53 | 0.63 | 0.04 | 8.96 | 0.9 | 0.66 |
| Hex | F6 | 73 | 5C | 0 | 35 | 3F | 4 | 9 | 5A | 42 |
| Octal | 366 | 163 | 134 | 0 | 65 | 77 | 4 | 11 | 132 | 102 |
| Binary | 11110110 | 1110011 | 1011100 | 0 | 110101 | 111111 | 100 | 1001 | 1011010 | 1000010 |
Color Harmonies of #F6735C
Complementary color
Monochromatic Colors of #F6735C
Black with #F6735C
Text Example
Text Example
White with #F6735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6735C; }
p { color: rgb(246,115,92); }
H1.HeaderClassName
{
color: #F6735C;
}
.AnyTagClassName
{
color: #F6735C;
}
</style>
background-color css
<style>
a { background-color: #F6735C; }
a { background-color: rgb(246,115,92); }
div.DivClassName
{
background-color: #F6735C;
}
.BgClassName
{
background-color: #F6735C;
}
</style>
border-color css
<style>
span { border-color: #F6735C; }
span { border-color: rgb(246,115,92); }
td.TdClassName
{
border-color: #F6735C;
}
.TagClassName
{
border-color: #F6735C;
}
</style>