Shades of Bittersweet #FA7166
Tints of Bittersweet #FA7166
RGB
CMYK
RGB Variations
Color information
#FA7166 (or 0xFA7166) is known color: Bittersweet. HEX triplet: FA, 71 and 66. RGB value is (250,113,102). Sum of RGB (Red+Green+Blue) = 250+113+102=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7166 is #058E99. Grayscale: #989898. Windows color (decimal): -364186 or 6713850. OLE color: 6713850.
HSL color Cylindrical-coordinate representation of color #FA7166: hue angle of 4.46º 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 #FA7166 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 102 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.02 |
| HSL | 4.46º | 0.94% | 0.69% | - |
| HSV(B) | 4.46º | 0.59% | 0.98% | - |
| XYZ | 47.73 | 33.09 | 16.44 | - |
| YUV | 152.71 | 99.39 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 102 | 0 | 0.55 | 0.59 | 0.02 | 4.46 | 0.94 | 0.69 |
| Hex | FA | 71 | 66 | 0 | 37 | 3B | 2 | 4 | 5E | 45 |
| Octal | 372 | 161 | 146 | 0 | 67 | 73 | 2 | 4 | 136 | 105 |
| Binary | 11111010 | 1110001 | 1100110 | 0 | 110111 | 111011 | 10 | 100 | 1011110 | 1000101 |
Color Harmonies of #FA7166
Complementary color
Monochromatic Colors of #FA7166
Black with #FA7166
Text Example
Text Example
White with #FA7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7166; }
p { color: rgb(250,113,102); }
H1.HeaderClassName
{
color: #FA7166;
}
.AnyTagClassName
{
color: #FA7166;
}
</style>
background-color css
<style>
a { background-color: #FA7166; }
a { background-color: rgb(250,113,102); }
div.DivClassName
{
background-color: #FA7166;
}
.BgClassName
{
background-color: #FA7166;
}
</style>
border-color css
<style>
span { border-color: #FA7166; }
span { border-color: rgb(250,113,102); }
td.TdClassName
{
border-color: #FA7166;
}
.TagClassName
{
border-color: #FA7166;
}
</style>