Shades of Bittersweet #FE7366
Tints of Bittersweet #FE7366
RGB
CMYK
RGB Variations
Color information
#FE7366 (or 0xFE7366) is known color: Bittersweet. HEX triplet: FE, 73 and 66. RGB value is (254,115,102). Sum of RGB (Red+Green+Blue) = 254+115+102=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7366 is #018C99. Grayscale: #9B9B9B. Windows color (decimal): -101530 or 6714366. OLE color: 6714366.
HSL color Cylindrical-coordinate representation of color #FE7366: hue angle of 5.13º 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 #FE7366 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 102 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.00 |
| HSL | 5.13º | 0.99% | 0.7% | - |
| HSV(B) | 5.13º | 0.6% | 1% | - |
| XYZ | 49.4 | 34.29 | 16.59 | - |
| YUV | 155.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 102 | 0 | 0.55 | 0.60 | 0.00 | 5.13 | 0.99 | 0.7 |
| Hex | FE | 73 | 66 | 0 | 37 | 3C | 0 | 5 | 63 | 46 |
| Octal | 376 | 163 | 146 | 0 | 67 | 74 | 0 | 5 | 143 | 106 |
| Binary | 11111110 | 1110011 | 1100110 | 0 | 110111 | 111100 | 0 | 101 | 1100011 | 1000110 |
Color Harmonies of #FE7366
Complementary color
Monochromatic Colors of #FE7366
Black with #FE7366
Text Example
Text Example
White with #FE7366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7366; }
p { color: rgb(254,115,102); }
H1.HeaderClassName
{
color: #FE7366;
}
.AnyTagClassName
{
color: #FE7366;
}
</style>
background-color css
<style>
a { background-color: #FE7366; }
a { background-color: rgb(254,115,102); }
div.DivClassName
{
background-color: #FE7366;
}
.BgClassName
{
background-color: #FE7366;
}
</style>
border-color css
<style>
span { border-color: #FE7366; }
span { border-color: rgb(254,115,102); }
td.TdClassName
{
border-color: #FE7366;
}
.TagClassName
{
border-color: #FE7366;
}
</style>