Shades of Bittersweet #FE7163
Tints of Bittersweet #FE7163
RGB
CMYK
RGB Variations
Color information
#FE7163 (or 0xFE7163) is known color: Bittersweet. HEX triplet: FE, 71 and 63. RGB value is (254,113,99). Sum of RGB (Red+Green+Blue) = 254+113+99=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7163 is #018E9C. Grayscale: #999999. Windows color (decimal): -102045 or 6517246. OLE color: 6517246.
HSL color Cylindrical-coordinate representation of color #FE7163: hue angle of 5.42º 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 #FE7163 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 99 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.00 |
| HSL | 5.42º | 0.99% | 0.69% | - |
| HSV(B) | 5.42º | 0.61% | 1% | - |
| XYZ | 49.03 | 33.78 | 15.74 | - |
| YUV | 153.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 99 | 0 | 0.56 | 0.61 | 0.00 | 5.42 | 0.99 | 0.69 |
| Hex | FE | 71 | 63 | 0 | 38 | 3D | 0 | 5 | 63 | 45 |
| Octal | 376 | 161 | 143 | 0 | 70 | 75 | 0 | 5 | 143 | 105 |
| Binary | 11111110 | 1110001 | 1100011 | 0 | 111000 | 111101 | 0 | 101 | 1100011 | 1000101 |
Color Harmonies of #FE7163
Complementary color
Monochromatic Colors of #FE7163
Black with #FE7163
Text Example
Text Example
White with #FE7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7163; }
p { color: rgb(254,113,99); }
H1.HeaderClassName
{
color: #FE7163;
}
.AnyTagClassName
{
color: #FE7163;
}
</style>
background-color css
<style>
a { background-color: #FE7163; }
a { background-color: rgb(254,113,99); }
div.DivClassName
{
background-color: #FE7163;
}
.BgClassName
{
background-color: #FE7163;
}
</style>
border-color css
<style>
span { border-color: #FE7163; }
span { border-color: rgb(254,113,99); }
td.TdClassName
{
border-color: #FE7163;
}
.TagClassName
{
border-color: #FE7163;
}
</style>