Shades of Bittersweet #FE6058
Tints of Bittersweet #FE6058
RGB
CMYK
RGB Variations
Color information
#FE6058 (or 0xFE6058) is known color: Bittersweet. HEX triplet: FE, 60 and 58. RGB value is (254,96,88). Sum of RGB (Red+Green+Blue) = 254+96+88=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6058 is #019FA7. Grayscale: #8E8E8E. Windows color (decimal): -106408 or 5791998. OLE color: 5791998.
HSL color Cylindrical-coordinate representation of color #FE6058: hue angle of 2.89º 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 #FE6058 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 88 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.00 |
| HSL | 2.89º | 0.99% | 0.67% | - |
| HSV(B) | 2.89º | 0.65% | 1% | - |
| XYZ | 46.82 | 30.14 | 12.58 | - |
| YUV | 142.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 88 | 0 | 0.62 | 0.65 | 0.00 | 2.89 | 0.99 | 0.67 |
| Hex | FE | 60 | 58 | 0 | 3E | 41 | 0 | 3 | 63 | 43 |
| Octal | 376 | 140 | 130 | 0 | 76 | 101 | 0 | 3 | 143 | 103 |
| Binary | 11111110 | 1100000 | 1011000 | 0 | 111110 | 1000001 | 0 | 11 | 1100011 | 1000011 |
Color Harmonies of #FE6058
Complementary color
Monochromatic Colors of #FE6058
Black with #FE6058
Text Example
Text Example
White with #FE6058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6058; }
p { color: rgb(254,96,88); }
H1.HeaderClassName
{
color: #FE6058;
}
.AnyTagClassName
{
color: #FE6058;
}
</style>
background-color css
<style>
a { background-color: #FE6058; }
a { background-color: rgb(254,96,88); }
div.DivClassName
{
background-color: #FE6058;
}
.BgClassName
{
background-color: #FE6058;
}
</style>
border-color css
<style>
span { border-color: #FE6058; }
span { border-color: rgb(254,96,88); }
td.TdClassName
{
border-color: #FE6058;
}
.TagClassName
{
border-color: #FE6058;
}
</style>