Shades of Bittersweet #FA7165
Tints of Bittersweet #FA7165
RGB
CMYK
RGB Variations
Color information
#FA7165 (or 0xFA7165) is known color: Bittersweet. HEX triplet: FA, 71 and 65. RGB value is (250,113,101). Sum of RGB (Red+Green+Blue) = 250+113+101=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7165 is #058E9A. Grayscale: #989898. Windows color (decimal): -364187 or 6648314. OLE color: 6648314.
HSL color Cylindrical-coordinate representation of color #FA7165: hue angle of 4.83º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA7165 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 101 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.02 |
| HSL | 4.83º | 0.94% | 0.69% | - |
| HSV(B) | 4.83º | 0.6% | 0.98% | - |
| XYZ | 47.68 | 33.07 | 16.18 | - |
| YUV | 152.6 | 98.89 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 101 | 0 | 0.55 | 0.60 | 0.02 | 4.83 | 0.94 | 0.69 |
| Hex | FA | 71 | 65 | 0 | 37 | 3C | 2 | 5 | 5E | 45 |
| Octal | 372 | 161 | 145 | 0 | 67 | 74 | 2 | 5 | 136 | 105 |
| Binary | 11111010 | 1110001 | 1100101 | 0 | 110111 | 111100 | 10 | 101 | 1011110 | 1000101 |
Color Harmonies of #FA7165
Complementary color
Monochromatic Colors of #FA7165
Black with #FA7165
Text Example
Text Example
White with #FA7165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7165; }
p { color: rgb(250,113,101); }
H1.HeaderClassName
{
color: #FA7165;
}
.AnyTagClassName
{
color: #FA7165;
}
</style>
background-color css
<style>
a { background-color: #FA7165; }
a { background-color: rgb(250,113,101); }
div.DivClassName
{
background-color: #FA7165;
}
.BgClassName
{
background-color: #FA7165;
}
</style>
border-color css
<style>
span { border-color: #FA7165; }
span { border-color: rgb(250,113,101); }
td.TdClassName
{
border-color: #FA7165;
}
.TagClassName
{
border-color: #FA7165;
}
</style>