Shades of Bittersweet #FE7151
Tints of Bittersweet #FE7151
RGB
CMYK
RGB Variations
Color information
#FE7151 (or 0xFE7151) is known color: Bittersweet. HEX triplet: FE, 71 and 51. RGB value is (254,113,81). Sum of RGB (Red+Green+Blue) = 254+113+81=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7151 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7151 is #018EAE. Grayscale: #979797. Windows color (decimal): -102063 or 5337598. OLE color: 5337598.
HSL color Cylindrical-coordinate representation of color #FE7151: hue angle of 11.1º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE7151 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 81 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.00 |
| HSL | 11.1º | 0.99% | 0.66% | - |
| HSV(B) | 11.1º | 0.68% | 1% | - |
| XYZ | 48.26 | 33.48 | 11.7 | - |
| YUV | 151.51 | 88.21 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 81 | 0 | 0.56 | 0.68 | 0.00 | 11.1 | 0.99 | 0.66 |
| Hex | FE | 71 | 51 | 0 | 38 | 44 | 0 | B | 63 | 42 |
| Octal | 376 | 161 | 121 | 0 | 70 | 104 | 0 | 13 | 143 | 102 |
| Binary | 11111110 | 1110001 | 1010001 | 0 | 111000 | 1000100 | 0 | 1011 | 1100011 | 1000010 |
Color Harmonies of #FE7151
Complementary color
Monochromatic Colors of #FE7151
Black with #FE7151
Text Example
Text Example
White with #FE7151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7151; }
p { color: rgb(254,113,81); }
H1.HeaderClassName
{
color: #FE7151;
}
.AnyTagClassName
{
color: #FE7151;
}
</style>
background-color css
<style>
a { background-color: #FE7151; }
a { background-color: rgb(254,113,81); }
div.DivClassName
{
background-color: #FE7151;
}
.BgClassName
{
background-color: #FE7151;
}
</style>
border-color css
<style>
span { border-color: #FE7151; }
span { border-color: rgb(254,113,81); }
td.TdClassName
{
border-color: #FE7151;
}
.TagClassName
{
border-color: #FE7151;
}
</style>