Shades of Bittersweet #FA7154
Tints of Bittersweet #FA7154
RGB
CMYK
RGB Variations
Color information
#FA7154 (or 0xFA7154) is known color: Bittersweet. HEX triplet: FA, 71 and 54. RGB value is (250,113,84). Sum of RGB (Red+Green+Blue) = 250+113+84=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7154 is #058EAB. Grayscale: #969696. Windows color (decimal): -364204 or 5534202. OLE color: 5534202.
HSL color Cylindrical-coordinate representation of color #FA7154: hue angle of 10.48º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA7154 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 84 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.02 |
| HSL | 10.48º | 0.94% | 0.65% | - |
| HSV(B) | 10.48º | 0.66% | 0.98% | - |
| XYZ | 46.93 | 32.77 | 12.24 | - |
| YUV | 150.66 | 90.39 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 84 | 0 | 0.55 | 0.66 | 0.02 | 10.48 | 0.94 | 0.65 |
| Hex | FA | 71 | 54 | 0 | 37 | 42 | 2 | A | 5E | 41 |
| Octal | 372 | 161 | 124 | 0 | 67 | 102 | 2 | 12 | 136 | 101 |
| Binary | 11111010 | 1110001 | 1010100 | 0 | 110111 | 1000010 | 10 | 1010 | 1011110 | 1000001 |
Color Harmonies of #FA7154
Complementary color
Monochromatic Colors of #FA7154
Black with #FA7154
Text Example
Text Example
White with #FA7154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7154; }
p { color: rgb(250,113,84); }
H1.HeaderClassName
{
color: #FA7154;
}
.AnyTagClassName
{
color: #FA7154;
}
</style>
background-color css
<style>
a { background-color: #FA7154; }
a { background-color: rgb(250,113,84); }
div.DivClassName
{
background-color: #FA7154;
}
.BgClassName
{
background-color: #FA7154;
}
</style>
border-color css
<style>
span { border-color: #FA7154; }
span { border-color: rgb(250,113,84); }
td.TdClassName
{
border-color: #FA7154;
}
.TagClassName
{
border-color: #FA7154;
}
</style>