Shades of Bittersweet #FE7364
Tints of Bittersweet #FE7364
RGB
CMYK
RGB Variations
Color information
#FE7364 (or 0xFE7364) is known color: Bittersweet. HEX triplet: FE, 73 and 64. RGB value is (254,115,100). Sum of RGB (Red+Green+Blue) = 254+115+100=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7364 is #018C9B. Grayscale: #9B9B9B. Windows color (decimal): -101532 or 6583294. OLE color: 6583294.
HSL color Cylindrical-coordinate representation of color #FE7364: hue angle of 5.84º 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 #FE7364 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 100 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.00 |
| HSL | 5.84º | 0.99% | 0.69% | - |
| HSV(B) | 5.84º | 0.61% | 1% | - |
| XYZ | 49.3 | 34.25 | 16.07 | - |
| YUV | 154.85 | 97.05 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 100 | 0 | 0.55 | 0.61 | 0.00 | 5.84 | 0.99 | 0.69 |
| Hex | FE | 73 | 64 | 0 | 37 | 3D | 0 | 6 | 63 | 45 |
| Octal | 376 | 163 | 144 | 0 | 67 | 75 | 0 | 6 | 143 | 105 |
| Binary | 11111110 | 1110011 | 1100100 | 0 | 110111 | 111101 | 0 | 110 | 1100011 | 1000101 |
Color Harmonies of #FE7364
Complementary color
Monochromatic Colors of #FE7364
Black with #FE7364
Text Example
Text Example
White with #FE7364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7364; }
p { color: rgb(254,115,100); }
H1.HeaderClassName
{
color: #FE7364;
}
.AnyTagClassName
{
color: #FE7364;
}
</style>
background-color css
<style>
a { background-color: #FE7364; }
a { background-color: rgb(254,115,100); }
div.DivClassName
{
background-color: #FE7364;
}
.BgClassName
{
background-color: #FE7364;
}
</style>
border-color css
<style>
span { border-color: #FE7364; }
span { border-color: rgb(254,115,100); }
td.TdClassName
{
border-color: #FE7364;
}
.TagClassName
{
border-color: #FE7364;
}
</style>