Shades of Bittersweet #FE6B65
Tints of Bittersweet #FE6B65
RGB
CMYK
RGB Variations
Color information
#FE6B65 (or 0xFE6B65) is known color: Bittersweet. HEX triplet: FE, 6B and 65. RGB value is (254,107,101). Sum of RGB (Red+Green+Blue) = 254+107+101=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6B65 is #01949A. Grayscale: #969696. Windows color (decimal): -103579 or 6646782. OLE color: 6646782.
HSL color Cylindrical-coordinate representation of color #FE6B65: hue angle of 2.35º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE6B65 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 101 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.00 |
| HSL | 2.35º | 0.99% | 0.7% | - |
| HSV(B) | 2.35º | 0.6% | 1% | - |
| XYZ | 48.48 | 32.53 | 16.03 | - |
| YUV | 150.27 | 100.2 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 101 | 0 | 0.58 | 0.60 | 0.00 | 2.35 | 0.99 | 0.7 |
| Hex | FE | 6B | 65 | 0 | 3A | 3C | 0 | 2 | 63 | 46 |
| Octal | 376 | 153 | 145 | 0 | 72 | 74 | 0 | 2 | 143 | 106 |
| Binary | 11111110 | 1101011 | 1100101 | 0 | 111010 | 111100 | 0 | 10 | 1100011 | 1000110 |
Color Harmonies of #FE6B65
Complementary color
Monochromatic Colors of #FE6B65
Black with #FE6B65
Text Example
Text Example
White with #FE6B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B65; }
p { color: rgb(254,107,101); }
H1.HeaderClassName
{
color: #FE6B65;
}
.AnyTagClassName
{
color: #FE6B65;
}
</style>
background-color css
<style>
a { background-color: #FE6B65; }
a { background-color: rgb(254,107,101); }
div.DivClassName
{
background-color: #FE6B65;
}
.BgClassName
{
background-color: #FE6B65;
}
</style>
border-color css
<style>
span { border-color: #FE6B65; }
span { border-color: rgb(254,107,101); }
td.TdClassName
{
border-color: #FE6B65;
}
.TagClassName
{
border-color: #FE6B65;
}
</style>