Shades of Bittersweet #FE7165
Tints of Bittersweet #FE7165
RGB
CMYK
RGB Variations
Color information
#FE7165 (or 0xFE7165) is known color: Bittersweet. HEX triplet: FE, 71 and 65. RGB value is (254,113,101). Sum of RGB (Red+Green+Blue) = 254+113+101=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7165 is #018E9A. Grayscale: #999999. Windows color (decimal): -102043 or 6648318. OLE color: 6648318.
HSL color Cylindrical-coordinate representation of color #FE7165: hue angle of 4.71º 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 #FE7165 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 101 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.00 |
| HSL | 4.71º | 0.99% | 0.7% | - |
| HSV(B) | 4.71º | 0.6% | 1% | - |
| XYZ | 49.13 | 33.82 | 16.25 | - |
| YUV | 153.79 | 98.21 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 101 | 0 | 0.56 | 0.60 | 0.00 | 4.71 | 0.99 | 0.7 |
| Hex | FE | 71 | 65 | 0 | 38 | 3C | 0 | 5 | 63 | 46 |
| Octal | 376 | 161 | 145 | 0 | 70 | 74 | 0 | 5 | 143 | 106 |
| Binary | 11111110 | 1110001 | 1100101 | 0 | 111000 | 111100 | 0 | 101 | 1100011 | 1000110 |
Color Harmonies of #FE7165
Complementary color
Monochromatic Colors of #FE7165
Black with #FE7165
Text Example
Text Example
White with #FE7165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7165; }
p { color: rgb(254,113,101); }
H1.HeaderClassName
{
color: #FE7165;
}
.AnyTagClassName
{
color: #FE7165;
}
</style>
background-color css
<style>
a { background-color: #FE7165; }
a { background-color: rgb(254,113,101); }
div.DivClassName
{
background-color: #FE7165;
}
.BgClassName
{
background-color: #FE7165;
}
</style>
border-color css
<style>
span { border-color: #FE7165; }
span { border-color: rgb(254,113,101); }
td.TdClassName
{
border-color: #FE7165;
}
.TagClassName
{
border-color: #FE7165;
}
</style>