Shades of Bittersweet #FE7065
Tints of Bittersweet #FE7065
RGB
CMYK
RGB Variations
Color information
#FE7065 (or 0xFE7065) is known color: Bittersweet. HEX triplet: FE, 70 and 65. RGB value is (254,112,101). Sum of RGB (Red+Green+Blue) = 254+112+101=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7065 is #018F9A. Grayscale: #999999. Windows color (decimal): -102299 or 6648062. OLE color: 6648062.
HSL color Cylindrical-coordinate representation of color #FE7065: hue angle of 4.31º 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 #FE7065 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 101 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.00 |
| HSL | 4.31º | 0.99% | 0.7% | - |
| HSV(B) | 4.31º | 0.6% | 1% | - |
| XYZ | 49.02 | 33.6 | 16.21 | - |
| YUV | 153.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 101 | 0 | 0.56 | 0.60 | 0.00 | 4.31 | 0.99 | 0.7 |
| Hex | FE | 70 | 65 | 0 | 38 | 3C | 0 | 4 | 63 | 46 |
| Octal | 376 | 160 | 145 | 0 | 70 | 74 | 0 | 4 | 143 | 106 |
| Binary | 11111110 | 1110000 | 1100101 | 0 | 111000 | 111100 | 0 | 100 | 1100011 | 1000110 |
Color Harmonies of #FE7065
Complementary color
Monochromatic Colors of #FE7065
Black with #FE7065
Text Example
Text Example
White with #FE7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7065; }
p { color: rgb(254,112,101); }
H1.HeaderClassName
{
color: #FE7065;
}
.AnyTagClassName
{
color: #FE7065;
}
</style>
background-color css
<style>
a { background-color: #FE7065; }
a { background-color: rgb(254,112,101); }
div.DivClassName
{
background-color: #FE7065;
}
.BgClassName
{
background-color: #FE7065;
}
</style>
border-color css
<style>
span { border-color: #FE7065; }
span { border-color: rgb(254,112,101); }
td.TdClassName
{
border-color: #FE7065;
}
.TagClassName
{
border-color: #FE7065;
}
</style>