Shades of Bittersweet #FF716D
Tints of Bittersweet #FF716D
RGB
CMYK
RGB Variations
Color information
#FF716D (or 0xFF716D) is known color: Bittersweet. HEX triplet: FF, 71 and 6D. RGB value is (255,113,109). Sum of RGB (Red+Green+Blue) = 255+113+109=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF716D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF716D is #008E92. Grayscale: #9B9B9B. Windows color (decimal): -36499 or 7172607. OLE color: 7172607.
HSL color Cylindrical-coordinate representation of color #FF716D: hue angle of 1.64º 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 #FF716D is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 109 | - |
| CMYK | 0 | 0.56 | 0.57 | 0 |
| HSL | 1.64º | 1% | 0.71% | - |
| HSV(B) | 1.64º | 0.57% | 1% | - |
| XYZ | 49.91 | 34.17 | 18.43 | - |
| YUV | 155 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 109 | 0 | 0.56 | 0.57 | 0 | 1.64 | 1 | 0.71 |
| Hex | FF | 71 | 6D | 0 | 38 | 39 | 0 | 2 | 64 | 47 |
| Octal | 377 | 161 | 155 | 0 | 70 | 71 | 0 | 2 | 144 | 107 |
| Binary | 11111111 | 1110001 | 1101101 | 0 | 111000 | 111001 | 0 | 10 | 1100100 | 1000111 |
Color Harmonies of #FF716D
Complementary color
Monochromatic Colors of #FF716D
Black with #FF716D
Text Example
Text Example
White with #FF716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF716D; }
p { color: rgb(255,113,109); }
H1.HeaderClassName
{
color: #FF716D;
}
.AnyTagClassName
{
color: #FF716D;
}
</style>
background-color css
<style>
a { background-color: #FF716D; }
a { background-color: rgb(255,113,109); }
div.DivClassName
{
background-color: #FF716D;
}
.BgClassName
{
background-color: #FF716D;
}
</style>
border-color css
<style>
span { border-color: #FF716D; }
span { border-color: rgb(255,113,109); }
td.TdClassName
{
border-color: #FF716D;
}
.TagClassName
{
border-color: #FF716D;
}
</style>