Shades of Bittersweet #FA6865
Tints of Bittersweet #FA6865
RGB
CMYK
RGB Variations
Color information
#FA6865 (or 0xFA6865) is known color: Bittersweet. HEX triplet: FA, 68 and 65. RGB value is (250,104,101). Sum of RGB (Red+Green+Blue) = 250+104+101=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6865 is #05979A. Grayscale: #939393. Windows color (decimal): -366491 or 6646010. OLE color: 6646010.
HSL color Cylindrical-coordinate representation of color #FA6865: hue angle of 1.21º 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 #FA6865 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 101 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.02 |
| HSL | 1.21º | 0.94% | 0.69% | - |
| HSV(B) | 1.21º | 0.6% | 0.98% | - |
| XYZ | 46.72 | 31.16 | 15.86 | - |
| YUV | 147.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 101 | 0 | 0.58 | 0.60 | 0.02 | 1.21 | 0.94 | 0.69 |
| Hex | FA | 68 | 65 | 0 | 3A | 3C | 2 | 1 | 5E | 45 |
| Octal | 372 | 150 | 145 | 0 | 72 | 74 | 2 | 1 | 136 | 105 |
| Binary | 11111010 | 1101000 | 1100101 | 0 | 111010 | 111100 | 10 | 1 | 1011110 | 1000101 |
Color Harmonies of #FA6865
Complementary color
Monochromatic Colors of #FA6865
Black with #FA6865
Text Example
Text Example
White with #FA6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6865; }
p { color: rgb(250,104,101); }
H1.HeaderClassName
{
color: #FA6865;
}
.AnyTagClassName
{
color: #FA6865;
}
</style>
background-color css
<style>
a { background-color: #FA6865; }
a { background-color: rgb(250,104,101); }
div.DivClassName
{
background-color: #FA6865;
}
.BgClassName
{
background-color: #FA6865;
}
</style>
border-color css
<style>
span { border-color: #FA6865; }
span { border-color: rgb(250,104,101); }
td.TdClassName
{
border-color: #FA6865;
}
.TagClassName
{
border-color: #FA6865;
}
</style>