Shades of Bittersweet #FF6E6D
Tints of Bittersweet #FF6E6D
RGB
CMYK
RGB Variations
Color information
#FF6E6D (or 0xFF6E6D) is known color: Bittersweet. HEX triplet: FF, 6E and 6D. RGB value is (255,110,109). Sum of RGB (Red+Green+Blue) = 255+110+109=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E6D is #009192. Grayscale: #999999. Windows color (decimal): -37267 or 7171839. OLE color: 7171839.
HSL color Cylindrical-coordinate representation of color #FF6E6D: hue angle of 0.41º 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 #FF6E6D is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 109 | - |
| CMYK | 0 | 0.57 | 0.57 | 0 |
| HSL | 0.41º | 1% | 0.71% | - |
| HSV(B) | 0.41º | 0.57% | 1% | - |
| XYZ | 49.58 | 33.52 | 18.32 | - |
| YUV | 153.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 109 | 0 | 0.57 | 0.57 | 0 | 0.41 | 1 | 0.71 |
| Hex | FF | 6E | 6D | 0 | 39 | 39 | 0 | 0 | 64 | 47 |
| Octal | 377 | 156 | 155 | 0 | 71 | 71 | 0 | 0 | 144 | 107 |
| Binary | 11111111 | 1101110 | 1101101 | 0 | 111001 | 111001 | 0 | 0 | 1100100 | 1000111 |
Color Harmonies of #FF6E6D
Complementary color
Monochromatic Colors of #FF6E6D
Black with #FF6E6D
Text Example
Text Example
White with #FF6E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E6D; }
p { color: rgb(255,110,109); }
H1.HeaderClassName
{
color: #FF6E6D;
}
.AnyTagClassName
{
color: #FF6E6D;
}
</style>
background-color css
<style>
a { background-color: #FF6E6D; }
a { background-color: rgb(255,110,109); }
div.DivClassName
{
background-color: #FF6E6D;
}
.BgClassName
{
background-color: #FF6E6D;
}
</style>
border-color css
<style>
span { border-color: #FF6E6D; }
span { border-color: rgb(255,110,109); }
td.TdClassName
{
border-color: #FF6E6D;
}
.TagClassName
{
border-color: #FF6E6D;
}
</style>