Shades of Bittersweet #FE5E5C
Tints of Bittersweet #FE5E5C
RGB
CMYK
RGB Variations
Color information
#FE5E5C (or 0xFE5E5C) is known color: Bittersweet. HEX triplet: FE, 5E and 5C. RGB value is (254,94,92). Sum of RGB (Red+Green+Blue) = 254+94+92=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5E5C is #01A1A3. Grayscale: #8D8D8D. Windows color (decimal): -106916 or 6053630. OLE color: 6053630.
HSL color Cylindrical-coordinate representation of color #FE5E5C: hue angle of 0.74º 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 #FE5E5C is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 92 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.00 |
| HSL | 0.74º | 0.99% | 0.68% | - |
| HSV(B) | 0.74º | 0.64% | 1% | - |
| XYZ | 46.81 | 29.85 | 13.42 | - |
| YUV | 141.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 92 | 0 | 0.63 | 0.64 | 0.00 | 0.74 | 0.99 | 0.68 |
| Hex | FE | 5E | 5C | 0 | 3F | 40 | 0 | 1 | 63 | 44 |
| Octal | 376 | 136 | 134 | 0 | 77 | 100 | 0 | 1 | 143 | 104 |
| Binary | 11111110 | 1011110 | 1011100 | 0 | 111111 | 1000000 | 0 | 1 | 1100011 | 1000100 |
Color Harmonies of #FE5E5C
Complementary color
Monochromatic Colors of #FE5E5C
Black with #FE5E5C
Text Example
Text Example
White with #FE5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E5C; }
p { color: rgb(254,94,92); }
H1.HeaderClassName
{
color: #FE5E5C;
}
.AnyTagClassName
{
color: #FE5E5C;
}
</style>
background-color css
<style>
a { background-color: #FE5E5C; }
a { background-color: rgb(254,94,92); }
div.DivClassName
{
background-color: #FE5E5C;
}
.BgClassName
{
background-color: #FE5E5C;
}
</style>
border-color css
<style>
span { border-color: #FE5E5C; }
span { border-color: rgb(254,94,92); }
td.TdClassName
{
border-color: #FE5E5C;
}
.TagClassName
{
border-color: #FE5E5C;
}
</style>