Shades of Bittersweet #FE7169
Tints of Bittersweet #FE7169
RGB
CMYK
RGB Variations
Color information
#FE7169 (or 0xFE7169) is known color: Bittersweet. HEX triplet: FE, 71 and 69. RGB value is (254,113,105). Sum of RGB (Red+Green+Blue) = 254+113+105=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7169 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7169 is #018E96. Grayscale: #9A9A9A. Windows color (decimal): -102039 or 6910462. OLE color: 6910462.
HSL color Cylindrical-coordinate representation of color #FE7169: hue angle of 3.22º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE7169 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 105 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.00 |
| HSL | 3.22º | 0.99% | 0.7% | - |
| HSV(B) | 3.22º | 0.59% | 1% | - |
| XYZ | 49.33 | 33.9 | 17.31 | - |
| YUV | 154.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 105 | 0 | 0.56 | 0.59 | 0.00 | 3.22 | 0.99 | 0.7 |
| Hex | FE | 71 | 69 | 0 | 38 | 3B | 0 | 3 | 63 | 46 |
| Octal | 376 | 161 | 151 | 0 | 70 | 73 | 0 | 3 | 143 | 106 |
| Binary | 11111110 | 1110001 | 1101001 | 0 | 111000 | 111011 | 0 | 11 | 1100011 | 1000110 |
Color Harmonies of #FE7169
Complementary color
Monochromatic Colors of #FE7169
Black with #FE7169
Text Example
Text Example
White with #FE7169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7169; }
p { color: rgb(254,113,105); }
H1.HeaderClassName
{
color: #FE7169;
}
.AnyTagClassName
{
color: #FE7169;
}
</style>
background-color css
<style>
a { background-color: #FE7169; }
a { background-color: rgb(254,113,105); }
div.DivClassName
{
background-color: #FE7169;
}
.BgClassName
{
background-color: #FE7169;
}
</style>
border-color css
<style>
span { border-color: #FE7169; }
span { border-color: rgb(254,113,105); }
td.TdClassName
{
border-color: #FE7169;
}
.TagClassName
{
border-color: #FE7169;
}
</style>