Shades of Bittersweet #FF6D6D
Tints of Bittersweet #FF6D6D
RGB
CMYK
RGB Variations
Color information
#FF6D6D (or 0xFF6D6D) is known color: Bittersweet. HEX triplet: FF, 6D and 6D. RGB value is (255,109,109). Sum of RGB (Red+Green+Blue) = 255+109+109=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6D6D is #009292. Grayscale: #989898. Windows color (decimal): -37523 or 7171583. OLE color: 7171583.
HSL color Cylindrical-coordinate representation of color #FF6D6D: hue angle of 0º 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 #FF6D6D is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 109 | - |
| CMYK | 0 | 0.57 | 0.57 | 0 |
| HSL | 0º | 1% | 0.71% | - |
| HSV(B) | 0º | 0.57% | 1% | - |
| XYZ | 49.47 | 33.3 | 18.29 | - |
| YUV | 152.65 | 103.37 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 109 | 0 | 0.57 | 0.57 | 0 | 0 | 1 | 0.71 |
| Hex | FF | 6D | 6D | 0 | 39 | 39 | 0 | 0 | 64 | 47 |
| Octal | 377 | 155 | 155 | 0 | 71 | 71 | 0 | 0 | 144 | 107 |
| Binary | 11111111 | 1101101 | 1101101 | 0 | 111001 | 111001 | 0 | 0 | 1100100 | 1000111 |
Color Harmonies of #FF6D6D
Complementary color
Monochromatic Colors of #FF6D6D
Black with #FF6D6D
Text Example
Text Example
White with #FF6D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D6D; }
p { color: rgb(255,109,109); }
H1.HeaderClassName
{
color: #FF6D6D;
}
.AnyTagClassName
{
color: #FF6D6D;
}
</style>
background-color css
<style>
a { background-color: #FF6D6D; }
a { background-color: rgb(255,109,109); }
div.DivClassName
{
background-color: #FF6D6D;
}
.BgClassName
{
background-color: #FF6D6D;
}
</style>
border-color css
<style>
span { border-color: #FF6D6D; }
span { border-color: rgb(255,109,109); }
td.TdClassName
{
border-color: #FF6D6D;
}
.TagClassName
{
border-color: #FF6D6D;
}
</style>