Shades of Bittersweet #FF6E6B
Tints of Bittersweet #FF6E6B
RGB
CMYK
RGB Variations
Color information
#FF6E6B (or 0xFF6E6B) is known color: Bittersweet. HEX triplet: FF, 6E and 6B. RGB value is (255,110,107). Sum of RGB (Red+Green+Blue) = 255+110+107=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E6B is #009194. Grayscale: #999999. Windows color (decimal): -37269 or 7040767. OLE color: 7040767.
HSL color Cylindrical-coordinate representation of color #FF6E6B: hue angle of 1.22º 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 #FF6E6B is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 107 | - |
| CMYK | 0 | 0.57 | 0.58 | 0 |
| HSL | 1.22º | 1% | 0.71% | - |
| HSV(B) | 1.22º | 0.58% | 1% | - |
| XYZ | 49.47 | 33.47 | 17.76 | - |
| YUV | 153.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 107 | 0 | 0.57 | 0.58 | 0 | 1.22 | 1 | 0.71 |
| Hex | FF | 6E | 6B | 0 | 39 | 3A | 0 | 1 | 64 | 47 |
| Octal | 377 | 156 | 153 | 0 | 71 | 72 | 0 | 1 | 144 | 107 |
| Binary | 11111111 | 1101110 | 1101011 | 0 | 111001 | 111010 | 0 | 1 | 1100100 | 1000111 |
Color Harmonies of #FF6E6B
Complementary color
Monochromatic Colors of #FF6E6B
Black with #FF6E6B
Text Example
Text Example
White with #FF6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E6B; }
p { color: rgb(255,110,107); }
H1.HeaderClassName
{
color: #FF6E6B;
}
.AnyTagClassName
{
color: #FF6E6B;
}
</style>
background-color css
<style>
a { background-color: #FF6E6B; }
a { background-color: rgb(255,110,107); }
div.DivClassName
{
background-color: #FF6E6B;
}
.BgClassName
{
background-color: #FF6E6B;
}
</style>
border-color css
<style>
span { border-color: #FF6E6B; }
span { border-color: rgb(255,110,107); }
td.TdClassName
{
border-color: #FF6E6B;
}
.TagClassName
{
border-color: #FF6E6B;
}
</style>