Shades of Bittersweet #FE7465
Tints of Bittersweet #FE7465
RGB
CMYK
RGB Variations
Color information
#FE7465 (or 0xFE7465) is known color: Bittersweet. HEX triplet: FE, 74 and 65. RGB value is (254,116,101). Sum of RGB (Red+Green+Blue) = 254+116+101=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7465 is #018B9A. Grayscale: #9B9B9B. Windows color (decimal): -101275 or 6649086. OLE color: 6649086.
HSL color Cylindrical-coordinate representation of color #FE7465: hue angle of 5.88º 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 #FE7465 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 101 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.00 |
| HSL | 5.88º | 0.99% | 0.7% | - |
| HSV(B) | 5.88º | 0.6% | 1% | - |
| XYZ | 49.47 | 34.5 | 16.36 | - |
| YUV | 155.55 | 97.22 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 101 | 0 | 0.54 | 0.60 | 0.00 | 5.88 | 0.99 | 0.7 |
| Hex | FE | 74 | 65 | 0 | 36 | 3C | 0 | 6 | 63 | 46 |
| Octal | 376 | 164 | 145 | 0 | 66 | 74 | 0 | 6 | 143 | 106 |
| Binary | 11111110 | 1110100 | 1100101 | 0 | 110110 | 111100 | 0 | 110 | 1100011 | 1000110 |
Color Harmonies of #FE7465
Complementary color
Monochromatic Colors of #FE7465
Black with #FE7465
Text Example
Text Example
White with #FE7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7465; }
p { color: rgb(254,116,101); }
H1.HeaderClassName
{
color: #FE7465;
}
.AnyTagClassName
{
color: #FE7465;
}
</style>
background-color css
<style>
a { background-color: #FE7465; }
a { background-color: rgb(254,116,101); }
div.DivClassName
{
background-color: #FE7465;
}
.BgClassName
{
background-color: #FE7465;
}
</style>
border-color css
<style>
span { border-color: #FE7465; }
span { border-color: rgb(254,116,101); }
td.TdClassName
{
border-color: #FE7465;
}
.TagClassName
{
border-color: #FE7465;
}
</style>