Shades of Bittersweet #FA7465
Tints of Bittersweet #FA7465
RGB
CMYK
RGB Variations
Color information
#FA7465 (or 0xFA7465) is known color: Bittersweet. HEX triplet: FA, 74 and 65. RGB value is (250,116,101). Sum of RGB (Red+Green+Blue) = 250+116+101=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7465 is #058B9A. Grayscale: #9A9A9A. Windows color (decimal): -363419 or 6649082. OLE color: 6649082.
HSL color Cylindrical-coordinate representation of color #FA7465: hue angle of 6.04º 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 #FA7465 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 101 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.02 |
| HSL | 6.04º | 0.94% | 0.69% | - |
| HSV(B) | 6.04º | 0.6% | 0.98% | - |
| XYZ | 48.02 | 33.75 | 16.3 | - |
| YUV | 154.36 | 97.89 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 101 | 0 | 0.54 | 0.60 | 0.02 | 6.04 | 0.94 | 0.69 |
| Hex | FA | 74 | 65 | 0 | 36 | 3C | 2 | 6 | 5E | 45 |
| Octal | 372 | 164 | 145 | 0 | 66 | 74 | 2 | 6 | 136 | 105 |
| Binary | 11111010 | 1110100 | 1100101 | 0 | 110110 | 111100 | 10 | 110 | 1011110 | 1000101 |
Color Harmonies of #FA7465
Complementary color
Monochromatic Colors of #FA7465
Black with #FA7465
Text Example
Text Example
White with #FA7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7465; }
p { color: rgb(250,116,101); }
H1.HeaderClassName
{
color: #FA7465;
}
.AnyTagClassName
{
color: #FA7465;
}
</style>
background-color css
<style>
a { background-color: #FA7465; }
a { background-color: rgb(250,116,101); }
div.DivClassName
{
background-color: #FA7465;
}
.BgClassName
{
background-color: #FA7465;
}
</style>
border-color css
<style>
span { border-color: #FA7465; }
span { border-color: rgb(250,116,101); }
td.TdClassName
{
border-color: #FA7465;
}
.TagClassName
{
border-color: #FA7465;
}
</style>