Shades of Bittersweet #F6705C
Tints of Bittersweet #F6705C
RGB
CMYK
RGB Variations
Color information
#F6705C (or 0xF6705C) is known color: Bittersweet. HEX triplet: F6, 70 and 5C. RGB value is (246,112,92). Sum of RGB (Red+Green+Blue) = 246+112+92=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F6705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6705C is #098FA3. Grayscale: #969696. Windows color (decimal): -626596 or 6058230. OLE color: 6058230.
HSL color Cylindrical-coordinate representation of color #F6705C: hue angle of 7.79º 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 #F6705C is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 92 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.04 |
| HSL | 7.79º | 0.9% | 0.66% | - |
| HSV(B) | 7.79º | 0.63% | 0.96% | - |
| XYZ | 45.73 | 31.95 | 13.88 | - |
| YUV | 149.79 | 95.39 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 92 | 0 | 0.54 | 0.63 | 0.04 | 7.79 | 0.9 | 0.66 |
| Hex | F6 | 70 | 5C | 0 | 36 | 3F | 4 | 8 | 5A | 42 |
| Octal | 366 | 160 | 134 | 0 | 66 | 77 | 4 | 10 | 132 | 102 |
| Binary | 11110110 | 1110000 | 1011100 | 0 | 110110 | 111111 | 100 | 1000 | 1011010 | 1000010 |
Color Harmonies of #F6705C
Complementary color
Monochromatic Colors of #F6705C
Black with #F6705C
Text Example
Text Example
White with #F6705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6705C; }
p { color: rgb(246,112,92); }
H1.HeaderClassName
{
color: #F6705C;
}
.AnyTagClassName
{
color: #F6705C;
}
</style>
background-color css
<style>
a { background-color: #F6705C; }
a { background-color: rgb(246,112,92); }
div.DivClassName
{
background-color: #F6705C;
}
.BgClassName
{
background-color: #F6705C;
}
</style>
border-color css
<style>
span { border-color: #F6705C; }
span { border-color: rgb(246,112,92); }
td.TdClassName
{
border-color: #F6705C;
}
.TagClassName
{
border-color: #F6705C;
}
</style>