Shades of Bittersweet #FA6964
Tints of Bittersweet #FA6964
RGB
CMYK
RGB Variations
Color information
#FA6964 (or 0xFA6964) is known color: Bittersweet. HEX triplet: FA, 69 and 64. RGB value is (250,105,100). Sum of RGB (Red+Green+Blue) = 250+105+100=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6964 is #05969B. Grayscale: #939393. Windows color (decimal): -366236 or 6580730. OLE color: 6580730.
HSL color Cylindrical-coordinate representation of color #FA6964: hue angle of 2º 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 #FA6964 is Cyan = 0, Magento = 0.58, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 100 | - |
| CMYK | 0 | 0.58 | 0.6 | 0.02 |
| HSL | 2º | 0.94% | 0.69% | - |
| HSV(B) | 2º | 0.6% | 0.98% | - |
| XYZ | 46.78 | 31.35 | 15.64 | - |
| YUV | 147.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 100 | 0 | 0.58 | 0.6 | 0.02 | 2 | 0.94 | 0.69 |
| Hex | FA | 69 | 64 | 0 | 3A | 3C | 2 | 2 | 5E | 45 |
| Octal | 372 | 151 | 144 | 0 | 72 | 74 | 2 | 2 | 136 | 105 |
| Binary | 11111010 | 1101001 | 1100100 | 0 | 111010 | 111100 | 10 | 10 | 1011110 | 1000101 |
Color Harmonies of #FA6964
Complementary color
Monochromatic Colors of #FA6964
Black with #FA6964
Text Example
Text Example
White with #FA6964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6964; }
p { color: rgb(250,105,100); }
H1.HeaderClassName
{
color: #FA6964;
}
.AnyTagClassName
{
color: #FA6964;
}
</style>
background-color css
<style>
a { background-color: #FA6964; }
a { background-color: rgb(250,105,100); }
div.DivClassName
{
background-color: #FA6964;
}
.BgClassName
{
background-color: #FA6964;
}
</style>
border-color css
<style>
span { border-color: #FA6964; }
span { border-color: rgb(250,105,100); }
td.TdClassName
{
border-color: #FA6964;
}
.TagClassName
{
border-color: #FA6964;
}
</style>