Shades of Bittersweet #FD706E
Tints of Bittersweet #FD706E
RGB
CMYK
RGB Variations
Color information
#FD706E (or 0xFD706E) is known color: Bittersweet. HEX triplet: FD, 70 and 6E. RGB value is (253,112,110). Sum of RGB (Red+Green+Blue) = 253+112+110=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD706E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD706E is #028F91. Grayscale: #9A9A9A. Windows color (decimal): -167826 or 7237885. OLE color: 7237885.
HSL color Cylindrical-coordinate representation of color #FD706E: hue angle of 0.84º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD706E is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 110 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.01 |
| HSL | 0.84º | 0.97% | 0.71% | - |
| HSV(B) | 0.84º | 0.57% | 0.99% | - |
| XYZ | 49.12 | 33.6 | 18.65 | - |
| YUV | 153.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 110 | 0 | 0.56 | 0.57 | 0.01 | 0.84 | 0.97 | 0.71 |
| Hex | FD | 70 | 6E | 0 | 38 | 39 | 1 | 1 | 61 | 47 |
| Octal | 375 | 160 | 156 | 0 | 70 | 71 | 1 | 1 | 141 | 107 |
| Binary | 11111101 | 1110000 | 1101110 | 0 | 111000 | 111001 | 1 | 1 | 1100001 | 1000111 |
Color Harmonies of #FD706E
Complementary color
Monochromatic Colors of #FD706E
Black with #FD706E
Text Example
Text Example
White with #FD706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD706E; }
p { color: rgb(253,112,110); }
H1.HeaderClassName
{
color: #FD706E;
}
.AnyTagClassName
{
color: #FD706E;
}
</style>
background-color css
<style>
a { background-color: #FD706E; }
a { background-color: rgb(253,112,110); }
div.DivClassName
{
background-color: #FD706E;
}
.BgClassName
{
background-color: #FD706E;
}
</style>
border-color css
<style>
span { border-color: #FD706E; }
span { border-color: rgb(253,112,110); }
td.TdClassName
{
border-color: #FD706E;
}
.TagClassName
{
border-color: #FD706E;
}
</style>