Shades of Bittersweet #FF706B
Tints of Bittersweet #FF706B
RGB
CMYK
RGB Variations
Color information
#FF706B (or 0xFF706B) is known color: Bittersweet. HEX triplet: FF, 70 and 6B. RGB value is (255,112,107). Sum of RGB (Red+Green+Blue) = 255+112+107=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF706B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF706B is #008F94. Grayscale: #9A9A9A. Windows color (decimal): -36757 or 7041279. OLE color: 7041279.
HSL color Cylindrical-coordinate representation of color #FF706B: hue angle of 2.03º 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 #FF706B is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 107 | - |
| CMYK | 0 | 0.56 | 0.58 | 0 |
| HSL | 2.03º | 1% | 0.71% | - |
| HSV(B) | 2.03º | 0.58% | 1% | - |
| XYZ | 49.69 | 33.91 | 17.84 | - |
| YUV | 154.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 107 | 0 | 0.56 | 0.58 | 0 | 2.03 | 1 | 0.71 |
| Hex | FF | 70 | 6B | 0 | 38 | 3A | 0 | 2 | 64 | 47 |
| Octal | 377 | 160 | 153 | 0 | 70 | 72 | 0 | 2 | 144 | 107 |
| Binary | 11111111 | 1110000 | 1101011 | 0 | 111000 | 111010 | 0 | 10 | 1100100 | 1000111 |
Color Harmonies of #FF706B
Complementary color
Monochromatic Colors of #FF706B
Black with #FF706B
Text Example
Text Example
White with #FF706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF706B; }
p { color: rgb(255,112,107); }
H1.HeaderClassName
{
color: #FF706B;
}
.AnyTagClassName
{
color: #FF706B;
}
</style>
background-color css
<style>
a { background-color: #FF706B; }
a { background-color: rgb(255,112,107); }
div.DivClassName
{
background-color: #FF706B;
}
.BgClassName
{
background-color: #FF706B;
}
</style>
border-color css
<style>
span { border-color: #FF706B; }
span { border-color: rgb(255,112,107); }
td.TdClassName
{
border-color: #FF706B;
}
.TagClassName
{
border-color: #FF706B;
}
</style>