Shades of Bittersweet #FF6D6A
Tints of Bittersweet #FF6D6A
RGB
CMYK
RGB Variations
Color information
#FF6D6A (or 0xFF6D6A) is known color: Bittersweet. HEX triplet: FF, 6D and 6A. RGB value is (255,109,106). Sum of RGB (Red+Green+Blue) = 255+109+106=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6D6A is #009295. Grayscale: #989898. Windows color (decimal): -37526 or 6974975. OLE color: 6974975.
HSL color Cylindrical-coordinate representation of color #FF6D6A: hue angle of 1.21º 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 #FF6D6A is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 106 | - |
| CMYK | 0 | 0.57 | 0.58 | 0 |
| HSL | 1.21º | 1% | 0.71% | - |
| HSV(B) | 1.21º | 0.58% | 1% | - |
| XYZ | 49.31 | 33.24 | 17.45 | - |
| YUV | 152.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 106 | 0 | 0.57 | 0.58 | 0 | 1.21 | 1 | 0.71 |
| Hex | FF | 6D | 6A | 0 | 39 | 3A | 0 | 1 | 64 | 47 |
| Octal | 377 | 155 | 152 | 0 | 71 | 72 | 0 | 1 | 144 | 107 |
| Binary | 11111111 | 1101101 | 1101010 | 0 | 111001 | 111010 | 0 | 1 | 1100100 | 1000111 |
Color Harmonies of #FF6D6A
Complementary color
Monochromatic Colors of #FF6D6A
Black with #FF6D6A
Text Example
Text Example
White with #FF6D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D6A; }
p { color: rgb(255,109,106); }
H1.HeaderClassName
{
color: #FF6D6A;
}
.AnyTagClassName
{
color: #FF6D6A;
}
</style>
background-color css
<style>
a { background-color: #FF6D6A; }
a { background-color: rgb(255,109,106); }
div.DivClassName
{
background-color: #FF6D6A;
}
.BgClassName
{
background-color: #FF6D6A;
}
</style>
border-color css
<style>
span { border-color: #FF6D6A; }
span { border-color: rgb(255,109,106); }
td.TdClassName
{
border-color: #FF6D6A;
}
.TagClassName
{
border-color: #FF6D6A;
}
</style>