Shades of Bittersweet #FE6958
Tints of Bittersweet #FE6958
RGB
CMYK
RGB Variations
Color information
#FE6958 (or 0xFE6958) is known color: Bittersweet. HEX triplet: FE, 69 and 58. RGB value is (254,105,88). Sum of RGB (Red+Green+Blue) = 254+105+88=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6958 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6958 is #0196A7. Grayscale: #939393. Windows color (decimal): -104104 or 5794302. OLE color: 5794302.
HSL color Cylindrical-coordinate representation of color #FE6958: hue angle of 6.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE6958 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 88 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.00 |
| HSL | 6.14º | 0.99% | 0.67% | - |
| HSV(B) | 6.14º | 0.65% | 1% | - |
| XYZ | 47.69 | 31.88 | 12.87 | - |
| YUV | 147.61 | 94.36 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 88 | 0 | 0.59 | 0.65 | 0.00 | 6.14 | 0.99 | 0.67 |
| Hex | FE | 69 | 58 | 0 | 3B | 41 | 0 | 6 | 63 | 43 |
| Octal | 376 | 151 | 130 | 0 | 73 | 101 | 0 | 6 | 143 | 103 |
| Binary | 11111110 | 1101001 | 1011000 | 0 | 111011 | 1000001 | 0 | 110 | 1100011 | 1000011 |
Color Harmonies of #FE6958
Complementary color
Monochromatic Colors of #FE6958
Black with #FE6958
Text Example
Text Example
White with #FE6958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6958; }
p { color: rgb(254,105,88); }
H1.HeaderClassName
{
color: #FE6958;
}
.AnyTagClassName
{
color: #FE6958;
}
</style>
background-color css
<style>
a { background-color: #FE6958; }
a { background-color: rgb(254,105,88); }
div.DivClassName
{
background-color: #FE6958;
}
.BgClassName
{
background-color: #FE6958;
}
</style>
border-color css
<style>
span { border-color: #FE6958; }
span { border-color: rgb(254,105,88); }
td.TdClassName
{
border-color: #FE6958;
}
.TagClassName
{
border-color: #FE6958;
}
</style>