Shades of Bittersweet #FA5E57
Tints of Bittersweet #FA5E57
RGB
CMYK
RGB Variations
Color information
#FA5E57 (or 0xFA5E57) is known color: Bittersweet. HEX triplet: FA, 5E and 57. RGB value is (250,94,87). Sum of RGB (Red+Green+Blue) = 250+94+87=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E57 is #05A1A8. Grayscale: #8C8C8C. Windows color (decimal): -369065 or 5725946. OLE color: 5725946.
HSL color Cylindrical-coordinate representation of color #FA5E57: hue angle of 2.58º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA5E57 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 87 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.02 |
| HSL | 2.58º | 0.94% | 0.66% | - |
| HSV(B) | 2.58º | 0.65% | 0.98% | - |
| XYZ | 45.15 | 29.02 | 12.24 | - |
| YUV | 139.85 | 98.18 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 87 | 0 | 0.62 | 0.65 | 0.02 | 2.58 | 0.94 | 0.66 |
| Hex | FA | 5E | 57 | 0 | 3E | 41 | 2 | 3 | 5E | 42 |
| Octal | 372 | 136 | 127 | 0 | 76 | 101 | 2 | 3 | 136 | 102 |
| Binary | 11111010 | 1011110 | 1010111 | 0 | 111110 | 1000001 | 10 | 11 | 1011110 | 1000010 |
Color Harmonies of #FA5E57
Complementary color
Monochromatic Colors of #FA5E57
Black with #FA5E57
Text Example
Text Example
White with #FA5E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E57; }
p { color: rgb(250,94,87); }
H1.HeaderClassName
{
color: #FA5E57;
}
.AnyTagClassName
{
color: #FA5E57;
}
</style>
background-color css
<style>
a { background-color: #FA5E57; }
a { background-color: rgb(250,94,87); }
div.DivClassName
{
background-color: #FA5E57;
}
.BgClassName
{
background-color: #FA5E57;
}
</style>
border-color css
<style>
span { border-color: #FA5E57; }
span { border-color: rgb(250,94,87); }
td.TdClassName
{
border-color: #FA5E57;
}
.TagClassName
{
border-color: #FA5E57;
}
</style>