Shades of Bittersweet #FE6965
Tints of Bittersweet #FE6965
RGB
CMYK
RGB Variations
Color information
#FE6965 (or 0xFE6965) is known color: Bittersweet. HEX triplet: FE, 69 and 65. RGB value is (254,105,101). Sum of RGB (Red+Green+Blue) = 254+105+101=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6965 is #01969A. Grayscale: #959595. Windows color (decimal): -104091 or 6646270. OLE color: 6646270.
HSL color Cylindrical-coordinate representation of color #FE6965: hue angle of 1.57º 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 #FE6965 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 101 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.00 |
| HSL | 1.57º | 0.99% | 0.7% | - |
| HSV(B) | 1.57º | 0.6% | 1% | - |
| XYZ | 48.27 | 32.11 | 15.97 | - |
| YUV | 149.1 | 100.86 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 101 | 0 | 0.59 | 0.60 | 0.00 | 1.57 | 0.99 | 0.7 |
| Hex | FE | 69 | 65 | 0 | 3B | 3C | 0 | 2 | 63 | 46 |
| Octal | 376 | 151 | 145 | 0 | 73 | 74 | 0 | 2 | 143 | 106 |
| Binary | 11111110 | 1101001 | 1100101 | 0 | 111011 | 111100 | 0 | 10 | 1100011 | 1000110 |
Color Harmonies of #FE6965
Complementary color
Monochromatic Colors of #FE6965
Black with #FE6965
Text Example
Text Example
White with #FE6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6965; }
p { color: rgb(254,105,101); }
H1.HeaderClassName
{
color: #FE6965;
}
.AnyTagClassName
{
color: #FE6965;
}
</style>
background-color css
<style>
a { background-color: #FE6965; }
a { background-color: rgb(254,105,101); }
div.DivClassName
{
background-color: #FE6965;
}
.BgClassName
{
background-color: #FE6965;
}
</style>
border-color css
<style>
span { border-color: #FE6965; }
span { border-color: rgb(254,105,101); }
td.TdClassName
{
border-color: #FE6965;
}
.TagClassName
{
border-color: #FE6965;
}
</style>