Shades of Bittersweet #FA7666
Tints of Bittersweet #FA7666
RGB
CMYK
RGB Variations
Color information
#FA7666 (or 0xFA7666) is known color: Bittersweet. HEX triplet: FA, 76 and 66. RGB value is (250,118,102). Sum of RGB (Red+Green+Blue) = 250+118+102=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7666 is #058999. Grayscale: #9B9B9B. Windows color (decimal): -362906 or 6715130. OLE color: 6715130.
HSL color Cylindrical-coordinate representation of color #FA7666: hue angle of 6.49º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA7666 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 102 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.02 |
| HSL | 6.49º | 0.94% | 0.69% | - |
| HSV(B) | 6.49º | 0.59% | 0.98% | - |
| XYZ | 48.3 | 34.24 | 16.63 | - |
| YUV | 155.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 102 | 0 | 0.53 | 0.59 | 0.02 | 6.49 | 0.94 | 0.69 |
| Hex | FA | 76 | 66 | 0 | 35 | 3B | 2 | 6 | 5E | 45 |
| Octal | 372 | 166 | 146 | 0 | 65 | 73 | 2 | 6 | 136 | 105 |
| Binary | 11111010 | 1110110 | 1100110 | 0 | 110101 | 111011 | 10 | 110 | 1011110 | 1000101 |
Color Harmonies of #FA7666
Complementary color
Monochromatic Colors of #FA7666
Black with #FA7666
Text Example
Text Example
White with #FA7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7666; }
p { color: rgb(250,118,102); }
H1.HeaderClassName
{
color: #FA7666;
}
.AnyTagClassName
{
color: #FA7666;
}
</style>
background-color css
<style>
a { background-color: #FA7666; }
a { background-color: rgb(250,118,102); }
div.DivClassName
{
background-color: #FA7666;
}
.BgClassName
{
background-color: #FA7666;
}
</style>
border-color css
<style>
span { border-color: #FA7666; }
span { border-color: rgb(250,118,102); }
td.TdClassName
{
border-color: #FA7666;
}
.TagClassName
{
border-color: #FA7666;
}
</style>