Shades of Bittersweet #FA6A60
Tints of Bittersweet #FA6A60
RGB
CMYK
RGB Variations
Color information
#FA6A60 (or 0xFA6A60) is known color: Bittersweet. HEX triplet: FA, 6A and 60. RGB value is (250,106,96). Sum of RGB (Red+Green+Blue) = 250+106+96=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6A60 is #05959F. Grayscale: #949494. Windows color (decimal): -365984 or 6318842. OLE color: 6318842.
HSL color Cylindrical-coordinate representation of color #FA6A60: hue angle of 3.9º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA6A60 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 96 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.02 |
| HSL | 3.9º | 0.94% | 0.68% | - |
| HSV(B) | 3.9º | 0.62% | 0.98% | - |
| XYZ | 46.69 | 31.48 | 14.68 | - |
| YUV | 147.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 96 | 0 | 0.58 | 0.62 | 0.02 | 3.9 | 0.94 | 0.68 |
| Hex | FA | 6A | 60 | 0 | 3A | 3E | 2 | 4 | 5E | 44 |
| Octal | 372 | 152 | 140 | 0 | 72 | 76 | 2 | 4 | 136 | 104 |
| Binary | 11111010 | 1101010 | 1100000 | 0 | 111010 | 111110 | 10 | 100 | 1011110 | 1000100 |
Color Harmonies of #FA6A60
Complementary color
Monochromatic Colors of #FA6A60
Black with #FA6A60
Text Example
Text Example
White with #FA6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6A60; }
p { color: rgb(250,106,96); }
H1.HeaderClassName
{
color: #FA6A60;
}
.AnyTagClassName
{
color: #FA6A60;
}
</style>
background-color css
<style>
a { background-color: #FA6A60; }
a { background-color: rgb(250,106,96); }
div.DivClassName
{
background-color: #FA6A60;
}
.BgClassName
{
background-color: #FA6A60;
}
</style>
border-color css
<style>
span { border-color: #FA6A60; }
span { border-color: rgb(250,106,96); }
td.TdClassName
{
border-color: #FA6A60;
}
.TagClassName
{
border-color: #FA6A60;
}
</style>