Shades of Bittersweet #FA6E6C
Tints of Bittersweet #FA6E6C
RGB
CMYK
RGB Variations
Color information
#FA6E6C (or 0xFA6E6C) is known color: Bittersweet. HEX triplet: FA, 6E and 6C. RGB value is (250,110,108). Sum of RGB (Red+Green+Blue) = 250+110+108=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6E6C is #059193. Grayscale: #979797. Windows color (decimal): -364948 or 7106298. OLE color: 7106298.
HSL color Cylindrical-coordinate representation of color #FA6E6C: hue angle of 0.85º 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 #FA6E6C is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 108 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.02 |
| HSL | 0.85º | 0.93% | 0.7% | - |
| HSV(B) | 0.85º | 0.57% | 0.98% | - |
| XYZ | 47.71 | 32.56 | 17.96 | - |
| YUV | 151.63 | 103.38 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 108 | 0 | 0.56 | 0.57 | 0.02 | 0.85 | 0.93 | 0.7 |
| Hex | FA | 6E | 6C | 0 | 38 | 39 | 2 | 1 | 5D | 46 |
| Octal | 372 | 156 | 154 | 0 | 70 | 71 | 2 | 1 | 135 | 106 |
| Binary | 11111010 | 1101110 | 1101100 | 0 | 111000 | 111001 | 10 | 1 | 1011101 | 1000110 |
Color Harmonies of #FA6E6C
Complementary color
Monochromatic Colors of #FA6E6C
Black with #FA6E6C
Text Example
Text Example
White with #FA6E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6E6C; }
p { color: rgb(250,110,108); }
H1.HeaderClassName
{
color: #FA6E6C;
}
.AnyTagClassName
{
color: #FA6E6C;
}
</style>
background-color css
<style>
a { background-color: #FA6E6C; }
a { background-color: rgb(250,110,108); }
div.DivClassName
{
background-color: #FA6E6C;
}
.BgClassName
{
background-color: #FA6E6C;
}
</style>
border-color css
<style>
span { border-color: #FA6E6C; }
span { border-color: rgb(250,110,108); }
td.TdClassName
{
border-color: #FA6E6C;
}
.TagClassName
{
border-color: #FA6E6C;
}
</style>