Shades of Bittersweet #FE6558
Tints of Bittersweet #FE6558
RGB
CMYK
RGB Variations
Color information
#FE6558 (or 0xFE6558) is known color: Bittersweet. HEX triplet: FE, 65 and 58. RGB value is (254,101,88). Sum of RGB (Red+Green+Blue) = 254+101+88=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6558 is #019AA7. Grayscale: #919191. Windows color (decimal): -105128 or 5793278. OLE color: 5793278.
HSL color Cylindrical-coordinate representation of color #FE6558: hue angle of 4.7º 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 #FE6558 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 88 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.00 |
| HSL | 4.7º | 0.99% | 0.67% | - |
| HSV(B) | 4.7º | 0.65% | 1% | - |
| XYZ | 47.29 | 31.08 | 12.74 | - |
| YUV | 145.27 | 95.69 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 88 | 0 | 0.60 | 0.65 | 0.00 | 4.7 | 0.99 | 0.67 |
| Hex | FE | 65 | 58 | 0 | 3C | 41 | 0 | 5 | 63 | 43 |
| Octal | 376 | 145 | 130 | 0 | 74 | 101 | 0 | 5 | 143 | 103 |
| Binary | 11111110 | 1100101 | 1011000 | 0 | 111100 | 1000001 | 0 | 101 | 1100011 | 1000011 |
Color Harmonies of #FE6558
Complementary color
Monochromatic Colors of #FE6558
Black with #FE6558
Text Example
Text Example
White with #FE6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6558; }
p { color: rgb(254,101,88); }
H1.HeaderClassName
{
color: #FE6558;
}
.AnyTagClassName
{
color: #FE6558;
}
</style>
background-color css
<style>
a { background-color: #FE6558; }
a { background-color: rgb(254,101,88); }
div.DivClassName
{
background-color: #FE6558;
}
.BgClassName
{
background-color: #FE6558;
}
</style>
border-color css
<style>
span { border-color: #FE6558; }
span { border-color: rgb(254,101,88); }
td.TdClassName
{
border-color: #FE6558;
}
.TagClassName
{
border-color: #FE6558;
}
</style>