Shades of Bittersweet #FA7565
Tints of Bittersweet #FA7565
RGB
CMYK
RGB Variations
Color information
#FA7565 (or 0xFA7565) is known color: Bittersweet. HEX triplet: FA, 75 and 65. RGB value is (250,117,101). Sum of RGB (Red+Green+Blue) = 250+117+101=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7565 is #058A9A. Grayscale: #9B9B9B. Windows color (decimal): -363163 or 6649338. OLE color: 6649338.
HSL color Cylindrical-coordinate representation of color #FA7565: hue angle of 6.44º 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 #FA7565 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 101 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.02 |
| HSL | 6.44º | 0.94% | 0.69% | - |
| HSV(B) | 6.44º | 0.6% | 0.98% | - |
| XYZ | 48.13 | 33.99 | 16.33 | - |
| YUV | 154.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 101 | 0 | 0.53 | 0.60 | 0.02 | 6.44 | 0.94 | 0.69 |
| Hex | FA | 75 | 65 | 0 | 35 | 3C | 2 | 6 | 5E | 45 |
| Octal | 372 | 165 | 145 | 0 | 65 | 74 | 2 | 6 | 136 | 105 |
| Binary | 11111010 | 1110101 | 1100101 | 0 | 110101 | 111100 | 10 | 110 | 1011110 | 1000101 |
Color Harmonies of #FA7565
Complementary color
Monochromatic Colors of #FA7565
Black with #FA7565
Text Example
Text Example
White with #FA7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7565; }
p { color: rgb(250,117,101); }
H1.HeaderClassName
{
color: #FA7565;
}
.AnyTagClassName
{
color: #FA7565;
}
</style>
background-color css
<style>
a { background-color: #FA7565; }
a { background-color: rgb(250,117,101); }
div.DivClassName
{
background-color: #FA7565;
}
.BgClassName
{
background-color: #FA7565;
}
</style>
border-color css
<style>
span { border-color: #FA7565; }
span { border-color: rgb(250,117,101); }
td.TdClassName
{
border-color: #FA7565;
}
.TagClassName
{
border-color: #FA7565;
}
</style>