Shades of Bittersweet #FA5E5B
Tints of Bittersweet #FA5E5B
RGB
CMYK
RGB Variations
Color information
#FA5E5B (or 0xFA5E5B) is known color: Bittersweet. HEX triplet: FA, 5E and 5B. RGB value is (250,94,91). Sum of RGB (Red+Green+Blue) = 250+94+91=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E5B is #05A1A4. Grayscale: #8C8C8C. Windows color (decimal): -369061 or 5988090. OLE color: 5988090.
HSL color Cylindrical-coordinate representation of color #FA5E5B: hue angle of 1.13º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5E5B is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 91 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.02 |
| HSL | 1.13º | 0.94% | 0.67% | - |
| HSV(B) | 1.13º | 0.64% | 0.98% | - |
| XYZ | 45.32 | 29.08 | 13.12 | - |
| YUV | 140.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 91 | 0 | 0.62 | 0.64 | 0.02 | 1.13 | 0.94 | 0.67 |
| Hex | FA | 5E | 5B | 0 | 3E | 40 | 2 | 1 | 5E | 43 |
| Octal | 372 | 136 | 133 | 0 | 76 | 100 | 2 | 1 | 136 | 103 |
| Binary | 11111010 | 1011110 | 1011011 | 0 | 111110 | 1000000 | 10 | 1 | 1011110 | 1000011 |
Color Harmonies of #FA5E5B
Complementary color
Monochromatic Colors of #FA5E5B
Black with #FA5E5B
Text Example
Text Example
White with #FA5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E5B; }
p { color: rgb(250,94,91); }
H1.HeaderClassName
{
color: #FA5E5B;
}
.AnyTagClassName
{
color: #FA5E5B;
}
</style>
background-color css
<style>
a { background-color: #FA5E5B; }
a { background-color: rgb(250,94,91); }
div.DivClassName
{
background-color: #FA5E5B;
}
.BgClassName
{
background-color: #FA5E5B;
}
</style>
border-color css
<style>
span { border-color: #FA5E5B; }
span { border-color: rgb(250,94,91); }
td.TdClassName
{
border-color: #FA5E5B;
}
.TagClassName
{
border-color: #FA5E5B;
}
</style>