Shades of Bittersweet #FE6765
Tints of Bittersweet #FE6765
RGB
CMYK
RGB Variations
Color information
#FE6765 (or 0xFE6765) is known color: Bittersweet. HEX triplet: FE, 67 and 65. RGB value is (254,103,101). Sum of RGB (Red+Green+Blue) = 254+103+101=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6765 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6765 is #01989A. Grayscale: #949494. Windows color (decimal): -104603 or 6645758. OLE color: 6645758.
HSL color Cylindrical-coordinate representation of color #FE6765: hue angle of 0.78º 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 #FE6765 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 101 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.00 |
| HSL | 0.78º | 0.99% | 0.7% | - |
| HSV(B) | 0.78º | 0.6% | 1% | - |
| XYZ | 48.07 | 31.71 | 15.9 | - |
| YUV | 147.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 101 | 0 | 0.59 | 0.60 | 0.00 | 0.78 | 0.99 | 0.7 |
| Hex | FE | 67 | 65 | 0 | 3B | 3C | 0 | 1 | 63 | 46 |
| Octal | 376 | 147 | 145 | 0 | 73 | 74 | 0 | 1 | 143 | 106 |
| Binary | 11111110 | 1100111 | 1100101 | 0 | 111011 | 111100 | 0 | 1 | 1100011 | 1000110 |
Color Harmonies of #FE6765
Complementary color
Monochromatic Colors of #FE6765
Black with #FE6765
Text Example
Text Example
White with #FE6765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6765; }
p { color: rgb(254,103,101); }
H1.HeaderClassName
{
color: #FE6765;
}
.AnyTagClassName
{
color: #FE6765;
}
</style>
background-color css
<style>
a { background-color: #FE6765; }
a { background-color: rgb(254,103,101); }
div.DivClassName
{
background-color: #FE6765;
}
.BgClassName
{
background-color: #FE6765;
}
</style>
border-color css
<style>
span { border-color: #FE6765; }
span { border-color: rgb(254,103,101); }
td.TdClassName
{
border-color: #FE6765;
}
.TagClassName
{
border-color: #FE6765;
}
</style>