Shades of Bittersweet #F6755C
Tints of Bittersweet #F6755C
RGB
CMYK
RGB Variations
Color information
#F6755C (or 0xF6755C) is known color: Bittersweet. HEX triplet: F6, 75 and 5C. RGB value is (246,117,92). Sum of RGB (Red+Green+Blue) = 246+117+92=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F6755C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6755C is #098AA3. Grayscale: #989898. Windows color (decimal): -625316 or 6059510. OLE color: 6059510.
HSL color Cylindrical-coordinate representation of color #F6755C: hue angle of 9.74º 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 #F6755C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 92 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.04 |
| HSL | 9.74º | 0.9% | 0.66% | - |
| HSV(B) | 9.74º | 0.63% | 0.96% | - |
| XYZ | 46.3 | 33.09 | 14.07 | - |
| YUV | 152.72 | 93.74 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 92 | 0 | 0.52 | 0.63 | 0.04 | 9.74 | 0.9 | 0.66 |
| Hex | F6 | 75 | 5C | 0 | 34 | 3F | 4 | A | 5A | 42 |
| Octal | 366 | 165 | 134 | 0 | 64 | 77 | 4 | 12 | 132 | 102 |
| Binary | 11110110 | 1110101 | 1011100 | 0 | 110100 | 111111 | 100 | 1010 | 1011010 | 1000010 |
Color Harmonies of #F6755C
Complementary color
Monochromatic Colors of #F6755C
Black with #F6755C
Text Example
Text Example
White with #F6755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6755C; }
p { color: rgb(246,117,92); }
H1.HeaderClassName
{
color: #F6755C;
}
.AnyTagClassName
{
color: #F6755C;
}
</style>
background-color css
<style>
a { background-color: #F6755C; }
a { background-color: rgb(246,117,92); }
div.DivClassName
{
background-color: #F6755C;
}
.BgClassName
{
background-color: #F6755C;
}
</style>
border-color css
<style>
span { border-color: #F6755C; }
span { border-color: rgb(246,117,92); }
td.TdClassName
{
border-color: #F6755C;
}
.TagClassName
{
border-color: #F6755C;
}
</style>