Shades of Bittersweet #FA7665
Tints of Bittersweet #FA7665
RGB
CMYK
RGB Variations
Color information
#FA7665 (or 0xFA7665) is known color: Bittersweet. HEX triplet: FA, 76 and 65. RGB value is (250,118,101). Sum of RGB (Red+Green+Blue) = 250+118+101=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7665 is #05899A. Grayscale: #9B9B9B. Windows color (decimal): -362907 or 6649594. OLE color: 6649594.
HSL color Cylindrical-coordinate representation of color #FA7665: hue angle of 6.85º 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 #FA7665 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 101 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.02 |
| HSL | 6.85º | 0.94% | 0.69% | - |
| HSV(B) | 6.85º | 0.6% | 0.98% | - |
| XYZ | 48.25 | 34.22 | 16.37 | - |
| YUV | 155.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 101 | 0 | 0.53 | 0.60 | 0.02 | 6.85 | 0.94 | 0.69 |
| Hex | FA | 76 | 65 | 0 | 35 | 3C | 2 | 7 | 5E | 45 |
| Octal | 372 | 166 | 145 | 0 | 65 | 74 | 2 | 7 | 136 | 105 |
| Binary | 11111010 | 1110110 | 1100101 | 0 | 110101 | 111100 | 10 | 111 | 1011110 | 1000101 |
Color Harmonies of #FA7665
Complementary color
Monochromatic Colors of #FA7665
Black with #FA7665
Text Example
Text Example
White with #FA7665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7665; }
p { color: rgb(250,118,101); }
H1.HeaderClassName
{
color: #FA7665;
}
.AnyTagClassName
{
color: #FA7665;
}
</style>
background-color css
<style>
a { background-color: #FA7665; }
a { background-color: rgb(250,118,101); }
div.DivClassName
{
background-color: #FA7665;
}
.BgClassName
{
background-color: #FA7665;
}
</style>
border-color css
<style>
span { border-color: #FA7665; }
span { border-color: rgb(250,118,101); }
td.TdClassName
{
border-color: #FA7665;
}
.TagClassName
{
border-color: #FA7665;
}
</style>