Shades of Bittersweet #FE7460
Tints of Bittersweet #FE7460
RGB
CMYK
RGB Variations
Color information
#FE7460 (or 0xFE7460) is known color: Bittersweet. HEX triplet: FE, 74 and 60. RGB value is (254,116,96). Sum of RGB (Red+Green+Blue) = 254+116+96=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7460 is #018B9F. Grayscale: #9B9B9B. Windows color (decimal): -101280 or 6321406. OLE color: 6321406.
HSL color Cylindrical-coordinate representation of color #FE7460: hue angle of 7.59º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE7460 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 96 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.00 |
| HSL | 7.59º | 0.99% | 0.69% | - |
| HSV(B) | 7.59º | 0.62% | 1% | - |
| XYZ | 49.23 | 34.41 | 15.11 | - |
| YUV | 154.98 | 94.72 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 96 | 0 | 0.54 | 0.62 | 0.00 | 7.59 | 0.99 | 0.69 |
| Hex | FE | 74 | 60 | 0 | 36 | 3E | 0 | 8 | 63 | 45 |
| Octal | 376 | 164 | 140 | 0 | 66 | 76 | 0 | 10 | 143 | 105 |
| Binary | 11111110 | 1110100 | 1100000 | 0 | 110110 | 111110 | 0 | 1000 | 1100011 | 1000101 |
Color Harmonies of #FE7460
Complementary color
Monochromatic Colors of #FE7460
Black with #FE7460
Text Example
Text Example
White with #FE7460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7460; }
p { color: rgb(254,116,96); }
H1.HeaderClassName
{
color: #FE7460;
}
.AnyTagClassName
{
color: #FE7460;
}
</style>
background-color css
<style>
a { background-color: #FE7460; }
a { background-color: rgb(254,116,96); }
div.DivClassName
{
background-color: #FE7460;
}
.BgClassName
{
background-color: #FE7460;
}
</style>
border-color css
<style>
span { border-color: #FE7460; }
span { border-color: rgb(254,116,96); }
td.TdClassName
{
border-color: #FE7460;
}
.TagClassName
{
border-color: #FE7460;
}
</style>