Shades of Bittersweet #FF706D
Tints of Bittersweet #FF706D
RGB
CMYK
RGB Variations
Color information
#FF706D (or 0xFF706D) is known color: Bittersweet. HEX triplet: FF, 70 and 6D. RGB value is (255,112,109). Sum of RGB (Red+Green+Blue) = 255+112+109=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF706D is #008F92. Grayscale: #9A9A9A. Windows color (decimal): -36755 or 7172351. OLE color: 7172351.
HSL color Cylindrical-coordinate representation of color #FF706D: hue angle of 1.23º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF706D is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 109 | - |
| CMYK | 0 | 0.56 | 0.57 | 0 |
| HSL | 1.23º | 1% | 0.71% | - |
| HSV(B) | 1.23º | 0.57% | 1% | - |
| XYZ | 49.79 | 33.95 | 18.4 | - |
| YUV | 154.42 | 102.38 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 109 | 0 | 0.56 | 0.57 | 0 | 1.23 | 1 | 0.71 |
| Hex | FF | 70 | 6D | 0 | 38 | 39 | 0 | 1 | 64 | 47 |
| Octal | 377 | 160 | 155 | 0 | 70 | 71 | 0 | 1 | 144 | 107 |
| Binary | 11111111 | 1110000 | 1101101 | 0 | 111000 | 111001 | 0 | 1 | 1100100 | 1000111 |
Color Harmonies of #FF706D
Complementary color
Monochromatic Colors of #FF706D
Black with #FF706D
Text Example
Text Example
White with #FF706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF706D; }
p { color: rgb(255,112,109); }
H1.HeaderClassName
{
color: #FF706D;
}
.AnyTagClassName
{
color: #FF706D;
}
</style>
background-color css
<style>
a { background-color: #FF706D; }
a { background-color: rgb(255,112,109); }
div.DivClassName
{
background-color: #FF706D;
}
.BgClassName
{
background-color: #FF706D;
}
</style>
border-color css
<style>
span { border-color: #FF706D; }
span { border-color: rgb(255,112,109); }
td.TdClassName
{
border-color: #FF706D;
}
.TagClassName
{
border-color: #FF706D;
}
</style>