Shades of Bittersweet #FF7458
Tints of Bittersweet #FF7458
RGB
CMYK
RGB Variations
Color information
#FF7458 (or 0xFF7458) is known color: Bittersweet. HEX triplet: FF, 74 and 58. RGB value is (255,116,88). Sum of RGB (Red+Green+Blue) = 255+116+88=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7458 is #008BA7. Grayscale: #9A9A9A. Windows color (decimal): -35752 or 5797119. OLE color: 5797119.
HSL color Cylindrical-coordinate representation of color #FF7458: hue angle of 10.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF7458 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 88 | - |
| CMYK | 0 | 0.55 | 0.65 | 0 |
| HSL | 10.06º | 1% | 0.67% | - |
| HSV(B) | 10.06º | 0.65% | 1% | - |
| XYZ | 49.25 | 34.46 | 13.29 | - |
| YUV | 154.37 | 90.55 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 88 | 0 | 0.55 | 0.65 | 0 | 10.06 | 1 | 0.67 |
| Hex | FF | 74 | 58 | 0 | 37 | 41 | 0 | A | 64 | 43 |
| Octal | 377 | 164 | 130 | 0 | 67 | 101 | 0 | 12 | 144 | 103 |
| Binary | 11111111 | 1110100 | 1011000 | 0 | 110111 | 1000001 | 0 | 1010 | 1100100 | 1000011 |
Color Harmonies of #FF7458
Complementary color
Monochromatic Colors of #FF7458
Black with #FF7458
Text Example
Text Example
White with #FF7458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7458; }
p { color: rgb(255,116,88); }
H1.HeaderClassName
{
color: #FF7458;
}
.AnyTagClassName
{
color: #FF7458;
}
</style>
background-color css
<style>
a { background-color: #FF7458; }
a { background-color: rgb(255,116,88); }
div.DivClassName
{
background-color: #FF7458;
}
.BgClassName
{
background-color: #FF7458;
}
</style>
border-color css
<style>
span { border-color: #FF7458; }
span { border-color: rgb(255,116,88); }
td.TdClassName
{
border-color: #FF7458;
}
.TagClassName
{
border-color: #FF7458;
}
</style>