Shades of Bittersweet #FE7166
Tints of Bittersweet #FE7166
RGB
CMYK
RGB Variations
Color information
#FE7166 (or 0xFE7166) is known color: Bittersweet. HEX triplet: FE, 71 and 66. RGB value is (254,113,102). Sum of RGB (Red+Green+Blue) = 254+113+102=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7166 is #018E99. Grayscale: #9A9A9A. Windows color (decimal): -102042 or 6713854. OLE color: 6713854.
HSL color Cylindrical-coordinate representation of color #FE7166: hue angle of 4.34º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE7166 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 102 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.00 |
| HSL | 4.34º | 0.99% | 0.7% | - |
| HSV(B) | 4.34º | 0.6% | 1% | - |
| XYZ | 49.18 | 33.84 | 16.51 | - |
| YUV | 153.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 102 | 0 | 0.56 | 0.60 | 0.00 | 4.34 | 0.99 | 0.7 |
| Hex | FE | 71 | 66 | 0 | 38 | 3C | 0 | 4 | 63 | 46 |
| Octal | 376 | 161 | 146 | 0 | 70 | 74 | 0 | 4 | 143 | 106 |
| Binary | 11111110 | 1110001 | 1100110 | 0 | 111000 | 111100 | 0 | 100 | 1100011 | 1000110 |
Color Harmonies of #FE7166
Complementary color
Monochromatic Colors of #FE7166
Black with #FE7166
Text Example
Text Example
White with #FE7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7166; }
p { color: rgb(254,113,102); }
H1.HeaderClassName
{
color: #FE7166;
}
.AnyTagClassName
{
color: #FE7166;
}
</style>
background-color css
<style>
a { background-color: #FE7166; }
a { background-color: rgb(254,113,102); }
div.DivClassName
{
background-color: #FE7166;
}
.BgClassName
{
background-color: #FE7166;
}
</style>
border-color css
<style>
span { border-color: #FE7166; }
span { border-color: rgb(254,113,102); }
td.TdClassName
{
border-color: #FE7166;
}
.TagClassName
{
border-color: #FE7166;
}
</style>