Shades of Bittersweet #FE6A68
Tints of Bittersweet #FE6A68
RGB
CMYK
RGB Variations
Color information
#FE6A68 (or 0xFE6A68) is known color: Bittersweet. HEX triplet: FE, 6A and 68. RGB value is (254,106,104). Sum of RGB (Red+Green+Blue) = 254+106+104=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6A68 is #019597. Grayscale: #969696. Windows color (decimal): -103832 or 6843134. OLE color: 6843134.
HSL color Cylindrical-coordinate representation of color #FE6A68: hue angle of 0.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE6A68 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 104 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.00 |
| HSL | 0.8º | 0.99% | 0.7% | - |
| HSV(B) | 0.8º | 0.59% | 1% | - |
| XYZ | 48.53 | 32.38 | 16.79 | - |
| YUV | 150.02 | 102.03 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 104 | 0 | 0.58 | 0.59 | 0.00 | 0.8 | 0.99 | 0.7 |
| Hex | FE | 6A | 68 | 0 | 3A | 3B | 0 | 1 | 63 | 46 |
| Octal | 376 | 152 | 150 | 0 | 72 | 73 | 0 | 1 | 143 | 106 |
| Binary | 11111110 | 1101010 | 1101000 | 0 | 111010 | 111011 | 0 | 1 | 1100011 | 1000110 |
Color Harmonies of #FE6A68
Complementary color
Monochromatic Colors of #FE6A68
Black with #FE6A68
Text Example
Text Example
White with #FE6A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6A68; }
p { color: rgb(254,106,104); }
H1.HeaderClassName
{
color: #FE6A68;
}
.AnyTagClassName
{
color: #FE6A68;
}
</style>
background-color css
<style>
a { background-color: #FE6A68; }
a { background-color: rgb(254,106,104); }
div.DivClassName
{
background-color: #FE6A68;
}
.BgClassName
{
background-color: #FE6A68;
}
</style>
border-color css
<style>
span { border-color: #FE6A68; }
span { border-color: rgb(254,106,104); }
td.TdClassName
{
border-color: #FE6A68;
}
.TagClassName
{
border-color: #FE6A68;
}
</style>