Shades of Bittersweet #FF6E65
Tints of Bittersweet #FF6E65
RGB
CMYK
RGB Variations
Color information
#FF6E65 (or 0xFF6E65) is known color: Bittersweet. HEX triplet: FF, 6E and 65. RGB value is (255,110,101). Sum of RGB (Red+Green+Blue) = 255+110+101=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E65 is #00919A. Grayscale: #989898. Windows color (decimal): -37275 or 6647551. OLE color: 6647551.
HSL color Cylindrical-coordinate representation of color #FF6E65: hue angle of 3.51º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6E65 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 101 | - |
| CMYK | 0 | 0.57 | 0.60 | 0 |
| HSL | 3.51º | 1% | 0.7% | - |
| HSV(B) | 3.51º | 0.6% | 1% | - |
| XYZ | 49.16 | 33.35 | 16.16 | - |
| YUV | 152.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 101 | 0 | 0.57 | 0.60 | 0 | 3.51 | 1 | 0.7 |
| Hex | FF | 6E | 65 | 0 | 39 | 3C | 0 | 4 | 64 | 46 |
| Octal | 377 | 156 | 145 | 0 | 71 | 74 | 0 | 4 | 144 | 106 |
| Binary | 11111111 | 1101110 | 1100101 | 0 | 111001 | 111100 | 0 | 100 | 1100100 | 1000110 |
Color Harmonies of #FF6E65
Complementary color
Monochromatic Colors of #FF6E65
Black with #FF6E65
Text Example
Text Example
White with #FF6E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E65; }
p { color: rgb(255,110,101); }
H1.HeaderClassName
{
color: #FF6E65;
}
.AnyTagClassName
{
color: #FF6E65;
}
</style>
background-color css
<style>
a { background-color: #FF6E65; }
a { background-color: rgb(255,110,101); }
div.DivClassName
{
background-color: #FF6E65;
}
.BgClassName
{
background-color: #FF6E65;
}
</style>
border-color css
<style>
span { border-color: #FF6E65; }
span { border-color: rgb(255,110,101); }
td.TdClassName
{
border-color: #FF6E65;
}
.TagClassName
{
border-color: #FF6E65;
}
</style>