Shades of Bittersweet #FE716B
Tints of Bittersweet #FE716B
RGB
CMYK
RGB Variations
Color information
#FE716B (or 0xFE716B) is known color: Bittersweet. HEX triplet: FE, 71 and 6B. RGB value is (254,113,107). Sum of RGB (Red+Green+Blue) = 254+113+107=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE716B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE716B is #018E94. Grayscale: #9A9A9A. Windows color (decimal): -102037 or 7041534. OLE color: 7041534.
HSL color Cylindrical-coordinate representation of color #FE716B: hue angle of 2.45º 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 #FE716B is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 107 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.00 |
| HSL | 2.45º | 0.99% | 0.71% | - |
| HSV(B) | 2.45º | 0.58% | 1% | - |
| XYZ | 49.43 | 33.94 | 17.86 | - |
| YUV | 154.48 | 101.21 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 107 | 0 | 0.56 | 0.58 | 0.00 | 2.45 | 0.99 | 0.71 |
| Hex | FE | 71 | 6B | 0 | 38 | 3A | 0 | 2 | 63 | 47 |
| Octal | 376 | 161 | 153 | 0 | 70 | 72 | 0 | 2 | 143 | 107 |
| Binary | 11111110 | 1110001 | 1101011 | 0 | 111000 | 111010 | 0 | 10 | 1100011 | 1000111 |
Color Harmonies of #FE716B
Complementary color
Monochromatic Colors of #FE716B
Black with #FE716B
Text Example
Text Example
White with #FE716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE716B; }
p { color: rgb(254,113,107); }
H1.HeaderClassName
{
color: #FE716B;
}
.AnyTagClassName
{
color: #FE716B;
}
</style>
background-color css
<style>
a { background-color: #FE716B; }
a { background-color: rgb(254,113,107); }
div.DivClassName
{
background-color: #FE716B;
}
.BgClassName
{
background-color: #FE716B;
}
</style>
border-color css
<style>
span { border-color: #FE716B; }
span { border-color: rgb(254,113,107); }
td.TdClassName
{
border-color: #FE716B;
}
.TagClassName
{
border-color: #FE716B;
}
</style>