Shades of Bittersweet #FE7266
Tints of Bittersweet #FE7266
RGB
CMYK
RGB Variations
Color information
#FE7266 (or 0xFE7266) is known color: Bittersweet. HEX triplet: FE, 72 and 66. RGB value is (254,114,102). Sum of RGB (Red+Green+Blue) = 254+114+102=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7266 is #018D99. Grayscale: #9A9A9A. Windows color (decimal): -101786 or 6714110. OLE color: 6714110.
HSL color Cylindrical-coordinate representation of color #FE7266: hue angle of 4.74º 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 #FE7266 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 102 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.00 |
| HSL | 4.74º | 0.99% | 0.7% | - |
| HSV(B) | 4.74º | 0.6% | 1% | - |
| XYZ | 49.29 | 34.06 | 16.55 | - |
| YUV | 154.49 | 98.38 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 102 | 0 | 0.55 | 0.60 | 0.00 | 4.74 | 0.99 | 0.7 |
| Hex | FE | 72 | 66 | 0 | 37 | 3C | 0 | 5 | 63 | 46 |
| Octal | 376 | 162 | 146 | 0 | 67 | 74 | 0 | 5 | 143 | 106 |
| Binary | 11111110 | 1110010 | 1100110 | 0 | 110111 | 111100 | 0 | 101 | 1100011 | 1000110 |
Color Harmonies of #FE7266
Complementary color
Monochromatic Colors of #FE7266
Black with #FE7266
Text Example
Text Example
White with #FE7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7266; }
p { color: rgb(254,114,102); }
H1.HeaderClassName
{
color: #FE7266;
}
.AnyTagClassName
{
color: #FE7266;
}
</style>
background-color css
<style>
a { background-color: #FE7266; }
a { background-color: rgb(254,114,102); }
div.DivClassName
{
background-color: #FE7266;
}
.BgClassName
{
background-color: #FE7266;
}
</style>
border-color css
<style>
span { border-color: #FE7266; }
span { border-color: rgb(254,114,102); }
td.TdClassName
{
border-color: #FE7266;
}
.TagClassName
{
border-color: #FE7266;
}
</style>