Shades of Bittersweet #FA6B5B
Tints of Bittersweet #FA6B5B
RGB
CMYK
RGB Variations
Color information
#FA6B5B (or 0xFA6B5B) is known color: Bittersweet. HEX triplet: FA, 6B and 5B. RGB value is (250,107,91). Sum of RGB (Red+Green+Blue) = 250+107+91=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B5B is #0594A4. Grayscale: #949494. Windows color (decimal): -365733 or 5991418. OLE color: 5991418.
HSL color Cylindrical-coordinate representation of color #FA6B5B: hue angle of 6.04º 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 #FA6B5B is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 91 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.02 |
| HSL | 6.04º | 0.94% | 0.67% | - |
| HSV(B) | 6.04º | 0.64% | 0.98% | - |
| XYZ | 46.57 | 31.59 | 13.54 | - |
| YUV | 147.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 91 | 0 | 0.57 | 0.64 | 0.02 | 6.04 | 0.94 | 0.67 |
| Hex | FA | 6B | 5B | 0 | 39 | 40 | 2 | 6 | 5E | 43 |
| Octal | 372 | 153 | 133 | 0 | 71 | 100 | 2 | 6 | 136 | 103 |
| Binary | 11111010 | 1101011 | 1011011 | 0 | 111001 | 1000000 | 10 | 110 | 1011110 | 1000011 |
Color Harmonies of #FA6B5B
Complementary color
Monochromatic Colors of #FA6B5B
Black with #FA6B5B
Text Example
Text Example
White with #FA6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6B5B; }
p { color: rgb(250,107,91); }
H1.HeaderClassName
{
color: #FA6B5B;
}
.AnyTagClassName
{
color: #FA6B5B;
}
</style>
background-color css
<style>
a { background-color: #FA6B5B; }
a { background-color: rgb(250,107,91); }
div.DivClassName
{
background-color: #FA6B5B;
}
.BgClassName
{
background-color: #FA6B5B;
}
</style>
border-color css
<style>
span { border-color: #FA6B5B; }
span { border-color: rgb(250,107,91); }
td.TdClassName
{
border-color: #FA6B5B;
}
.TagClassName
{
border-color: #FA6B5B;
}
</style>