Shades of Bittersweet #FF706C
Tints of Bittersweet #FF706C
RGB
CMYK
RGB Variations
Color information
#FF706C (or 0xFF706C) is known color: Bittersweet. HEX triplet: FF, 70 and 6C. RGB value is (255,112,108). Sum of RGB (Red+Green+Blue) = 255+112+108=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF706C is #008F93. Grayscale: #9A9A9A. Windows color (decimal): -36756 or 7106815. OLE color: 7106815.
HSL color Cylindrical-coordinate representation of color #FF706C: hue angle of 1.63º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF706C is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 108 | - |
| CMYK | 0 | 0.56 | 0.58 | 0 |
| HSL | 1.63º | 1% | 0.71% | - |
| HSV(B) | 1.63º | 0.58% | 1% | - |
| XYZ | 49.74 | 33.93 | 18.12 | - |
| YUV | 154.3 | 101.88 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 108 | 0 | 0.56 | 0.58 | 0 | 1.63 | 1 | 0.71 |
| Hex | FF | 70 | 6C | 0 | 38 | 3A | 0 | 2 | 64 | 47 |
| Octal | 377 | 160 | 154 | 0 | 70 | 72 | 0 | 2 | 144 | 107 |
| Binary | 11111111 | 1110000 | 1101100 | 0 | 111000 | 111010 | 0 | 10 | 1100100 | 1000111 |
Color Harmonies of #FF706C
Complementary color
Monochromatic Colors of #FF706C
Black with #FF706C
Text Example
Text Example
White with #FF706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF706C; }
p { color: rgb(255,112,108); }
H1.HeaderClassName
{
color: #FF706C;
}
.AnyTagClassName
{
color: #FF706C;
}
</style>
background-color css
<style>
a { background-color: #FF706C; }
a { background-color: rgb(255,112,108); }
div.DivClassName
{
background-color: #FF706C;
}
.BgClassName
{
background-color: #FF706C;
}
</style>
border-color css
<style>
span { border-color: #FF706C; }
span { border-color: rgb(255,112,108); }
td.TdClassName
{
border-color: #FF706C;
}
.TagClassName
{
border-color: #FF706C;
}
</style>