Shades of Bittersweet #FE6760
Tints of Bittersweet #FE6760
RGB
CMYK
RGB Variations
Color information
#FE6760 (or 0xFE6760) is known color: Bittersweet. HEX triplet: FE, 67 and 60. RGB value is (254,103,96). Sum of RGB (Red+Green+Blue) = 254+103+96=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6760 is #01989F. Grayscale: #939393. Windows color (decimal): -104608 or 6318078. OLE color: 6318078.
HSL color Cylindrical-coordinate representation of color #FE6760: hue angle of 2.66º 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 #FE6760 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 96 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.00 |
| HSL | 2.66º | 0.99% | 0.69% | - |
| HSV(B) | 2.66º | 0.62% | 1% | - |
| XYZ | 47.83 | 31.62 | 14.65 | - |
| YUV | 147.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 96 | 0 | 0.59 | 0.62 | 0.00 | 2.66 | 0.99 | 0.69 |
| Hex | FE | 67 | 60 | 0 | 3B | 3E | 0 | 3 | 63 | 45 |
| Octal | 376 | 147 | 140 | 0 | 73 | 76 | 0 | 3 | 143 | 105 |
| Binary | 11111110 | 1100111 | 1100000 | 0 | 111011 | 111110 | 0 | 11 | 1100011 | 1000101 |
Color Harmonies of #FE6760
Complementary color
Monochromatic Colors of #FE6760
Black with #FE6760
Text Example
Text Example
White with #FE6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6760; }
p { color: rgb(254,103,96); }
H1.HeaderClassName
{
color: #FE6760;
}
.AnyTagClassName
{
color: #FE6760;
}
</style>
background-color css
<style>
a { background-color: #FE6760; }
a { background-color: rgb(254,103,96); }
div.DivClassName
{
background-color: #FE6760;
}
.BgClassName
{
background-color: #FE6760;
}
</style>
border-color css
<style>
span { border-color: #FE6760; }
span { border-color: rgb(254,103,96); }
td.TdClassName
{
border-color: #FE6760;
}
.TagClassName
{
border-color: #FE6760;
}
</style>