Shades of Bittersweet #FF7558
Tints of Bittersweet #FF7558
RGB
CMYK
RGB Variations
Color information
#FF7558 (or 0xFF7558) is known color: Bittersweet. HEX triplet: FF, 75 and 58. RGB value is (255,117,88). Sum of RGB (Red+Green+Blue) = 255+117+88=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7558 is #008AA7. Grayscale: #9B9B9B. Windows color (decimal): -35496 or 5797375. OLE color: 5797375.
HSL color Cylindrical-coordinate representation of color #FF7558: hue angle of 10.42º 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 #FF7558 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 88 | - |
| CMYK | 0 | 0.54 | 0.65 | 0 |
| HSL | 10.42º | 1% | 0.67% | - |
| HSV(B) | 10.42º | 0.65% | 1% | - |
| XYZ | 49.36 | 34.69 | 13.33 | - |
| YUV | 154.96 | 90.22 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 88 | 0 | 0.54 | 0.65 | 0 | 10.42 | 1 | 0.67 |
| Hex | FF | 75 | 58 | 0 | 36 | 41 | 0 | A | 64 | 43 |
| Octal | 377 | 165 | 130 | 0 | 66 | 101 | 0 | 12 | 144 | 103 |
| Binary | 11111111 | 1110101 | 1011000 | 0 | 110110 | 1000001 | 0 | 1010 | 1100100 | 1000011 |
Color Harmonies of #FF7558
Complementary color
Monochromatic Colors of #FF7558
Black with #FF7558
Text Example
Text Example
White with #FF7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7558; }
p { color: rgb(255,117,88); }
H1.HeaderClassName
{
color: #FF7558;
}
.AnyTagClassName
{
color: #FF7558;
}
</style>
background-color css
<style>
a { background-color: #FF7558; }
a { background-color: rgb(255,117,88); }
div.DivClassName
{
background-color: #FF7558;
}
.BgClassName
{
background-color: #FF7558;
}
</style>
border-color css
<style>
span { border-color: #FF7558; }
span { border-color: rgb(255,117,88); }
td.TdClassName
{
border-color: #FF7558;
}
.TagClassName
{
border-color: #FF7558;
}
</style>