Shades of Bittersweet #FA6763
Tints of Bittersweet #FA6763
RGB
CMYK
RGB Variations
Color information
#FA6763 (or 0xFA6763) is known color: Bittersweet. HEX triplet: FA, 67 and 63. RGB value is (250,103,99). Sum of RGB (Red+Green+Blue) = 250+103+99=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6763 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6763 is #05989C. Grayscale: #929292. Windows color (decimal): -366749 or 6514682. OLE color: 6514682.
HSL color Cylindrical-coordinate representation of color #FA6763: hue angle of 1.59º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6763 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 99 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.02 |
| HSL | 1.59º | 0.94% | 0.68% | - |
| HSV(B) | 1.59º | 0.6% | 0.98% | - |
| XYZ | 46.53 | 30.93 | 15.32 | - |
| YUV | 146.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 99 | 0 | 0.59 | 0.60 | 0.02 | 1.59 | 0.94 | 0.68 |
| Hex | FA | 67 | 63 | 0 | 3B | 3C | 2 | 2 | 5E | 44 |
| Octal | 372 | 147 | 143 | 0 | 73 | 74 | 2 | 2 | 136 | 104 |
| Binary | 11111010 | 1100111 | 1100011 | 0 | 111011 | 111100 | 10 | 10 | 1011110 | 1000100 |
Color Harmonies of #FA6763
Complementary color
Monochromatic Colors of #FA6763
Black with #FA6763
Text Example
Text Example
White with #FA6763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6763; }
p { color: rgb(250,103,99); }
H1.HeaderClassName
{
color: #FA6763;
}
.AnyTagClassName
{
color: #FA6763;
}
</style>
background-color css
<style>
a { background-color: #FA6763; }
a { background-color: rgb(250,103,99); }
div.DivClassName
{
background-color: #FA6763;
}
.BgClassName
{
background-color: #FA6763;
}
</style>
border-color css
<style>
span { border-color: #FA6763; }
span { border-color: rgb(250,103,99); }
td.TdClassName
{
border-color: #FA6763;
}
.TagClassName
{
border-color: #FA6763;
}
</style>