Shades of Bittersweet #FA6D6B
Tints of Bittersweet #FA6D6B
RGB
CMYK
RGB Variations
Color information
#FA6D6B (or 0xFA6D6B) is known color: Bittersweet. HEX triplet: FA, 6D and 6B. RGB value is (250,109,107). Sum of RGB (Red+Green+Blue) = 250+109+107=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6D6B is #059294. Grayscale: #979797. Windows color (decimal): -365205 or 7040506. OLE color: 7040506.
HSL color Cylindrical-coordinate representation of color #FA6D6B: hue angle of 0.84º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6D6B is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 107 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.02 |
| HSL | 0.84º | 0.93% | 0.7% | - |
| HSV(B) | 0.84º | 0.57% | 0.98% | - |
| XYZ | 47.55 | 32.32 | 17.64 | - |
| YUV | 150.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 107 | 0 | 0.56 | 0.57 | 0.02 | 0.84 | 0.93 | 0.7 |
| Hex | FA | 6D | 6B | 0 | 38 | 39 | 2 | 1 | 5D | 46 |
| Octal | 372 | 155 | 153 | 0 | 70 | 71 | 2 | 1 | 135 | 106 |
| Binary | 11111010 | 1101101 | 1101011 | 0 | 111000 | 111001 | 10 | 1 | 1011101 | 1000110 |
Color Harmonies of #FA6D6B
Complementary color
Monochromatic Colors of #FA6D6B
Black with #FA6D6B
Text Example
Text Example
White with #FA6D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D6B; }
p { color: rgb(250,109,107); }
H1.HeaderClassName
{
color: #FA6D6B;
}
.AnyTagClassName
{
color: #FA6D6B;
}
</style>
background-color css
<style>
a { background-color: #FA6D6B; }
a { background-color: rgb(250,109,107); }
div.DivClassName
{
background-color: #FA6D6B;
}
.BgClassName
{
background-color: #FA6D6B;
}
</style>
border-color css
<style>
span { border-color: #FA6D6B; }
span { border-color: rgb(250,109,107); }
td.TdClassName
{
border-color: #FA6D6B;
}
.TagClassName
{
border-color: #FA6D6B;
}
</style>