Shades of Bittersweet #FE6660
Tints of Bittersweet #FE6660
RGB
CMYK
RGB Variations
Color information
#FE6660 (or 0xFE6660) is known color: Bittersweet. HEX triplet: FE, 66 and 60. RGB value is (254,102,96). Sum of RGB (Red+Green+Blue) = 254+102+96=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6660 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6660 is #01999F. Grayscale: #929292. Windows color (decimal): -104864 or 6317822. OLE color: 6317822.
HSL color Cylindrical-coordinate representation of color #FE6660: hue angle of 2.28º 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 #FE6660 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 96 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.00 |
| HSL | 2.28º | 0.99% | 0.69% | - |
| HSV(B) | 2.28º | 0.62% | 1% | - |
| XYZ | 47.74 | 31.42 | 14.61 | - |
| YUV | 146.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 96 | 0 | 0.60 | 0.62 | 0.00 | 2.28 | 0.99 | 0.69 |
| Hex | FE | 66 | 60 | 0 | 3C | 3E | 0 | 2 | 63 | 45 |
| Octal | 376 | 146 | 140 | 0 | 74 | 76 | 0 | 2 | 143 | 105 |
| Binary | 11111110 | 1100110 | 1100000 | 0 | 111100 | 111110 | 0 | 10 | 1100011 | 1000101 |
Color Harmonies of #FE6660
Complementary color
Monochromatic Colors of #FE6660
Black with #FE6660
Text Example
Text Example
White with #FE6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6660; }
p { color: rgb(254,102,96); }
H1.HeaderClassName
{
color: #FE6660;
}
.AnyTagClassName
{
color: #FE6660;
}
</style>
background-color css
<style>
a { background-color: #FE6660; }
a { background-color: rgb(254,102,96); }
div.DivClassName
{
background-color: #FE6660;
}
.BgClassName
{
background-color: #FE6660;
}
</style>
border-color css
<style>
span { border-color: #FE6660; }
span { border-color: rgb(254,102,96); }
td.TdClassName
{
border-color: #FE6660;
}
.TagClassName
{
border-color: #FE6660;
}
</style>