Shades of Bittersweet #FE5959
Tints of Bittersweet #FE5959
RGB
CMYK
RGB Variations
Color information
#FE5959 (or 0xFE5959) is known color: Bittersweet. HEX triplet: FE, 59 and 59. RGB value is (254,89,89). Sum of RGB (Red+Green+Blue) = 254+89+89=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5959 is #01A6A6. Grayscale: #8A8A8A. Windows color (decimal): -108199 or 5855742. OLE color: 5855742.
HSL color Cylindrical-coordinate representation of color #FE5959: hue angle of 0º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5959 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 89 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.00 |
| HSL | 0º | 0.99% | 0.67% | - |
| HSV(B) | 0º | 0.65% | 1% | - |
| XYZ | 46.25 | 28.94 | 12.6 | - |
| YUV | 138.34 | 100.16 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 89 | 0 | 0.65 | 0.65 | 0.00 | 0 | 0.99 | 0.67 |
| Hex | FE | 59 | 59 | 0 | 41 | 41 | 0 | 0 | 63 | 43 |
| Octal | 376 | 131 | 131 | 0 | 101 | 101 | 0 | 0 | 143 | 103 |
| Binary | 11111110 | 1011001 | 1011001 | 0 | 1000001 | 1000001 | 0 | 0 | 1100011 | 1000011 |
Color Harmonies of #FE5959
Complementary color
Monochromatic Colors of #FE5959
Black with #FE5959
Text Example
Text Example
White with #FE5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5959; }
p { color: rgb(254,89,89); }
H1.HeaderClassName
{
color: #FE5959;
}
.AnyTagClassName
{
color: #FE5959;
}
</style>
background-color css
<style>
a { background-color: #FE5959; }
a { background-color: rgb(254,89,89); }
div.DivClassName
{
background-color: #FE5959;
}
.BgClassName
{
background-color: #FE5959;
}
</style>
border-color css
<style>
span { border-color: #FE5959; }
span { border-color: rgb(254,89,89); }
td.TdClassName
{
border-color: #FE5959;
}
.TagClassName
{
border-color: #FE5959;
}
</style>