Shades of Bittersweet #FE746B
Tints of Bittersweet #FE746B
RGB
CMYK
RGB Variations
Color information
#FE746B (or 0xFE746B) is known color: Bittersweet. HEX triplet: FE, 74 and 6B. RGB value is (254,116,107). Sum of RGB (Red+Green+Blue) = 254+116+107=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE746B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE746B is #018B94. Grayscale: #9C9C9C. Windows color (decimal): -101269 or 7042302. OLE color: 7042302.
HSL color Cylindrical-coordinate representation of color #FE746B: hue angle of 3.67º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE746B is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 107 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.00 |
| HSL | 3.67º | 0.99% | 0.71% | - |
| HSV(B) | 3.67º | 0.58% | 1% | - |
| XYZ | 49.77 | 34.62 | 17.97 | - |
| YUV | 156.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 107 | 0 | 0.54 | 0.58 | 0.00 | 3.67 | 0.99 | 0.71 |
| Hex | FE | 74 | 6B | 0 | 36 | 3A | 0 | 4 | 63 | 47 |
| Octal | 376 | 164 | 153 | 0 | 66 | 72 | 0 | 4 | 143 | 107 |
| Binary | 11111110 | 1110100 | 1101011 | 0 | 110110 | 111010 | 0 | 100 | 1100011 | 1000111 |
Color Harmonies of #FE746B
Complementary color
Monochromatic Colors of #FE746B
Black with #FE746B
Text Example
Text Example
White with #FE746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE746B; }
p { color: rgb(254,116,107); }
H1.HeaderClassName
{
color: #FE746B;
}
.AnyTagClassName
{
color: #FE746B;
}
</style>
background-color css
<style>
a { background-color: #FE746B; }
a { background-color: rgb(254,116,107); }
div.DivClassName
{
background-color: #FE746B;
}
.BgClassName
{
background-color: #FE746B;
}
</style>
border-color css
<style>
span { border-color: #FE746B; }
span { border-color: rgb(254,116,107); }
td.TdClassName
{
border-color: #FE746B;
}
.TagClassName
{
border-color: #FE746B;
}
</style>