Shades of Bittersweet #FE7164
Tints of Bittersweet #FE7164
RGB
CMYK
RGB Variations
Color information
#FE7164 (or 0xFE7164) is known color: Bittersweet. HEX triplet: FE, 71 and 64. RGB value is (254,113,100). Sum of RGB (Red+Green+Blue) = 254+113+100=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7164 is #018E9B. Grayscale: #999999. Windows color (decimal): -102044 or 6582782. OLE color: 6582782.
HSL color Cylindrical-coordinate representation of color #FE7164: hue angle of 5.06º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE7164 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 100 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.00 |
| HSL | 5.06º | 0.99% | 0.69% | - |
| HSV(B) | 5.06º | 0.61% | 1% | - |
| XYZ | 49.08 | 33.8 | 15.99 | - |
| YUV | 153.68 | 97.71 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 100 | 0 | 0.56 | 0.61 | 0.00 | 5.06 | 0.99 | 0.69 |
| Hex | FE | 71 | 64 | 0 | 38 | 3D | 0 | 5 | 63 | 45 |
| Octal | 376 | 161 | 144 | 0 | 70 | 75 | 0 | 5 | 143 | 105 |
| Binary | 11111110 | 1110001 | 1100100 | 0 | 111000 | 111101 | 0 | 101 | 1100011 | 1000101 |
Color Harmonies of #FE7164
Complementary color
Monochromatic Colors of #FE7164
Black with #FE7164
Text Example
Text Example
White with #FE7164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7164; }
p { color: rgb(254,113,100); }
H1.HeaderClassName
{
color: #FE7164;
}
.AnyTagClassName
{
color: #FE7164;
}
</style>
background-color css
<style>
a { background-color: #FE7164; }
a { background-color: rgb(254,113,100); }
div.DivClassName
{
background-color: #FE7164;
}
.BgClassName
{
background-color: #FE7164;
}
</style>
border-color css
<style>
span { border-color: #FE7164; }
span { border-color: rgb(254,113,100); }
td.TdClassName
{
border-color: #FE7164;
}
.TagClassName
{
border-color: #FE7164;
}
</style>