Shades of Bittersweet #FE6864
Tints of Bittersweet #FE6864
RGB
CMYK
RGB Variations
Color information
#FE6864 (or 0xFE6864) is known color: Bittersweet. HEX triplet: FE, 68 and 64. RGB value is (254,104,100). Sum of RGB (Red+Green+Blue) = 254+104+100=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6864 is #01979B. Grayscale: #949494. Windows color (decimal): -104348 or 6580478. OLE color: 6580478.
HSL color Cylindrical-coordinate representation of color #FE6864: hue angle of 1.56º 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 #FE6864 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 100 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.00 |
| HSL | 1.56º | 0.99% | 0.69% | - |
| HSV(B) | 1.56º | 0.61% | 1% | - |
| XYZ | 48.12 | 31.89 | 15.68 | - |
| YUV | 148.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 100 | 0 | 0.59 | 0.61 | 0.00 | 1.56 | 0.99 | 0.69 |
| Hex | FE | 68 | 64 | 0 | 3B | 3D | 0 | 2 | 63 | 45 |
| Octal | 376 | 150 | 144 | 0 | 73 | 75 | 0 | 2 | 143 | 105 |
| Binary | 11111110 | 1101000 | 1100100 | 0 | 111011 | 111101 | 0 | 10 | 1100011 | 1000101 |
Color Harmonies of #FE6864
Complementary color
Monochromatic Colors of #FE6864
Black with #FE6864
Text Example
Text Example
White with #FE6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6864; }
p { color: rgb(254,104,100); }
H1.HeaderClassName
{
color: #FE6864;
}
.AnyTagClassName
{
color: #FE6864;
}
</style>
background-color css
<style>
a { background-color: #FE6864; }
a { background-color: rgb(254,104,100); }
div.DivClassName
{
background-color: #FE6864;
}
.BgClassName
{
background-color: #FE6864;
}
</style>
border-color css
<style>
span { border-color: #FE6864; }
span { border-color: rgb(254,104,100); }
td.TdClassName
{
border-color: #FE6864;
}
.TagClassName
{
border-color: #FE6864;
}
</style>