Shades of Bittersweet #FE6860
Tints of Bittersweet #FE6860
RGB
CMYK
RGB Variations
Color information
#FE6860 (or 0xFE6860) is known color: Bittersweet. HEX triplet: FE, 68 and 60. RGB value is (254,104,96). Sum of RGB (Red+Green+Blue) = 254+104+96=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6860 is #01979F. Grayscale: #949494. Windows color (decimal): -104352 or 6318334. OLE color: 6318334.
HSL color Cylindrical-coordinate representation of color #FE6860: hue angle of 3.04º 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 #FE6860 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 96 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.00 |
| HSL | 3.04º | 0.99% | 0.69% | - |
| HSV(B) | 3.04º | 0.62% | 1% | - |
| XYZ | 47.93 | 31.82 | 14.68 | - |
| YUV | 147.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 96 | 0 | 0.59 | 0.62 | 0.00 | 3.04 | 0.99 | 0.69 |
| Hex | FE | 68 | 60 | 0 | 3B | 3E | 0 | 3 | 63 | 45 |
| Octal | 376 | 150 | 140 | 0 | 73 | 76 | 0 | 3 | 143 | 105 |
| Binary | 11111110 | 1101000 | 1100000 | 0 | 111011 | 111110 | 0 | 11 | 1100011 | 1000101 |
Color Harmonies of #FE6860
Complementary color
Monochromatic Colors of #FE6860
Black with #FE6860
Text Example
Text Example
White with #FE6860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6860; }
p { color: rgb(254,104,96); }
H1.HeaderClassName
{
color: #FE6860;
}
.AnyTagClassName
{
color: #FE6860;
}
</style>
background-color css
<style>
a { background-color: #FE6860; }
a { background-color: rgb(254,104,96); }
div.DivClassName
{
background-color: #FE6860;
}
.BgClassName
{
background-color: #FE6860;
}
</style>
border-color css
<style>
span { border-color: #FE6860; }
span { border-color: rgb(254,104,96); }
td.TdClassName
{
border-color: #FE6860;
}
.TagClassName
{
border-color: #FE6860;
}
</style>