Shades of Bittersweet #FE5B5B
Tints of Bittersweet #FE5B5B
RGB
CMYK
RGB Variations
Color information
#FE5B5B (or 0xFE5B5B) is known color: Bittersweet. HEX triplet: FE, 5B and 5B. RGB value is (254,91,91). Sum of RGB (Red+Green+Blue) = 254+91+91=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5B5B is #01A4A4. Grayscale: #8B8B8B. Windows color (decimal): -107685 or 5987326. OLE color: 5987326.
HSL color Cylindrical-coordinate representation of color #FE5B5B: hue angle of 0º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5B5B is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 91 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.00 |
| HSL | 0º | 0.99% | 0.68% | - |
| HSV(B) | 0º | 0.64% | 1% | - |
| XYZ | 46.5 | 29.31 | 13.1 | - |
| YUV | 139.74 | 100.5 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 91 | 0 | 0.64 | 0.64 | 0.00 | 0 | 0.99 | 0.68 |
| Hex | FE | 5B | 5B | 0 | 40 | 40 | 0 | 0 | 63 | 44 |
| Octal | 376 | 133 | 133 | 0 | 100 | 100 | 0 | 0 | 143 | 104 |
| Binary | 11111110 | 1011011 | 1011011 | 0 | 1000000 | 1000000 | 0 | 0 | 1100011 | 1000100 |
Color Harmonies of #FE5B5B
Complementary color
Monochromatic Colors of #FE5B5B
Black with #FE5B5B
Text Example
Text Example
White with #FE5B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5B5B; }
p { color: rgb(254,91,91); }
H1.HeaderClassName
{
color: #FE5B5B;
}
.AnyTagClassName
{
color: #FE5B5B;
}
</style>
background-color css
<style>
a { background-color: #FE5B5B; }
a { background-color: rgb(254,91,91); }
div.DivClassName
{
background-color: #FE5B5B;
}
.BgClassName
{
background-color: #FE5B5B;
}
</style>
border-color css
<style>
span { border-color: #FE5B5B; }
span { border-color: rgb(254,91,91); }
td.TdClassName
{
border-color: #FE5B5B;
}
.TagClassName
{
border-color: #FE5B5B;
}
</style>