Shades of Bittersweet #FE6458
Tints of Bittersweet #FE6458
RGB
CMYK
RGB Variations
Color information
#FE6458 (or 0xFE6458) is known color: Bittersweet. HEX triplet: FE, 64 and 58. RGB value is (254,100,88). Sum of RGB (Red+Green+Blue) = 254+100+88=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6458 is #019BA7. Grayscale: #909090. Windows color (decimal): -105384 or 5793022. OLE color: 5793022.
HSL color Cylindrical-coordinate representation of color #FE6458: hue angle of 4.34º 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 #FE6458 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 88 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.00 |
| HSL | 4.34º | 0.99% | 0.67% | - |
| HSV(B) | 4.34º | 0.65% | 1% | - |
| XYZ | 47.19 | 30.89 | 12.71 | - |
| YUV | 144.68 | 96.02 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 88 | 0 | 0.61 | 0.65 | 0.00 | 4.34 | 0.99 | 0.67 |
| Hex | FE | 64 | 58 | 0 | 3D | 41 | 0 | 4 | 63 | 43 |
| Octal | 376 | 144 | 130 | 0 | 75 | 101 | 0 | 4 | 143 | 103 |
| Binary | 11111110 | 1100100 | 1011000 | 0 | 111101 | 1000001 | 0 | 100 | 1100011 | 1000011 |
Color Harmonies of #FE6458
Complementary color
Monochromatic Colors of #FE6458
Black with #FE6458
Text Example
Text Example
White with #FE6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6458; }
p { color: rgb(254,100,88); }
H1.HeaderClassName
{
color: #FE6458;
}
.AnyTagClassName
{
color: #FE6458;
}
</style>
background-color css
<style>
a { background-color: #FE6458; }
a { background-color: rgb(254,100,88); }
div.DivClassName
{
background-color: #FE6458;
}
.BgClassName
{
background-color: #FE6458;
}
</style>
border-color css
<style>
span { border-color: #FE6458; }
span { border-color: rgb(254,100,88); }
td.TdClassName
{
border-color: #FE6458;
}
.TagClassName
{
border-color: #FE6458;
}
</style>