Shades of Bittersweet #FF6E6A
Tints of Bittersweet #FF6E6A
RGB
CMYK
RGB Variations
Color information
#FF6E6A (or 0xFF6E6A) is known color: Bittersweet. HEX triplet: FF, 6E and 6A. RGB value is (255,110,106). Sum of RGB (Red+Green+Blue) = 255+110+106=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E6A is #009195. Grayscale: #999999. Windows color (decimal): -37270 or 6975231. OLE color: 6975231.
HSL color Cylindrical-coordinate representation of color #FF6E6A: hue angle of 1.61º 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 #FF6E6A is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 106 | - |
| CMYK | 0 | 0.57 | 0.58 | 0 |
| HSL | 1.61º | 1% | 0.71% | - |
| HSV(B) | 1.61º | 0.58% | 1% | - |
| XYZ | 49.42 | 33.45 | 17.49 | - |
| YUV | 152.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 106 | 0 | 0.57 | 0.58 | 0 | 1.61 | 1 | 0.71 |
| Hex | FF | 6E | 6A | 0 | 39 | 3A | 0 | 2 | 64 | 47 |
| Octal | 377 | 156 | 152 | 0 | 71 | 72 | 0 | 2 | 144 | 107 |
| Binary | 11111111 | 1101110 | 1101010 | 0 | 111001 | 111010 | 0 | 10 | 1100100 | 1000111 |
Color Harmonies of #FF6E6A
Complementary color
Monochromatic Colors of #FF6E6A
Black with #FF6E6A
Text Example
Text Example
White with #FF6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E6A; }
p { color: rgb(255,110,106); }
H1.HeaderClassName
{
color: #FF6E6A;
}
.AnyTagClassName
{
color: #FF6E6A;
}
</style>
background-color css
<style>
a { background-color: #FF6E6A; }
a { background-color: rgb(255,110,106); }
div.DivClassName
{
background-color: #FF6E6A;
}
.BgClassName
{
background-color: #FF6E6A;
}
</style>
border-color css
<style>
span { border-color: #FF6E6A; }
span { border-color: rgb(255,110,106); }
td.TdClassName
{
border-color: #FF6E6A;
}
.TagClassName
{
border-color: #FF6E6A;
}
</style>