Shades of Bittersweet #FA6D6D
Tints of Bittersweet #FA6D6D
RGB
CMYK
RGB Variations
Color information
#FA6D6D (or 0xFA6D6D) is known color: Bittersweet. HEX triplet: FA, 6D and 6D. RGB value is (250,109,109). Sum of RGB (Red+Green+Blue) = 250+109+109=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6D6D is #059292. Grayscale: #979797. Windows color (decimal): -365203 or 7171578. OLE color: 7171578.
HSL color Cylindrical-coordinate representation of color #FA6D6D: hue angle of 0º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6D6D is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 109 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.02 |
| HSL | 0º | 0.93% | 0.7% | - |
| HSV(B) | 0º | 0.56% | 0.98% | - |
| XYZ | 47.65 | 32.37 | 18.2 | - |
| YUV | 151.16 | 104.21 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 109 | 0 | 0.56 | 0.56 | 0.02 | 0 | 0.93 | 0.7 |
| Hex | FA | 6D | 6D | 0 | 38 | 38 | 2 | 0 | 5D | 46 |
| Octal | 372 | 155 | 155 | 0 | 70 | 70 | 2 | 0 | 135 | 106 |
| Binary | 11111010 | 1101101 | 1101101 | 0 | 111000 | 111000 | 10 | 0 | 1011101 | 1000110 |
Color Harmonies of #FA6D6D
Complementary color
Monochromatic Colors of #FA6D6D
Black with #FA6D6D
Text Example
Text Example
White with #FA6D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D6D; }
p { color: rgb(250,109,109); }
H1.HeaderClassName
{
color: #FA6D6D;
}
.AnyTagClassName
{
color: #FA6D6D;
}
</style>
background-color css
<style>
a { background-color: #FA6D6D; }
a { background-color: rgb(250,109,109); }
div.DivClassName
{
background-color: #FA6D6D;
}
.BgClassName
{
background-color: #FA6D6D;
}
</style>
border-color css
<style>
span { border-color: #FA6D6D; }
span { border-color: rgb(250,109,109); }
td.TdClassName
{
border-color: #FA6D6D;
}
.TagClassName
{
border-color: #FA6D6D;
}
</style>