Shades of Bittersweet #FF5D58
Tints of Bittersweet #FF5D58
RGB
CMYK
RGB Variations
Color information
#FF5D58 (or 0xFF5D58) is known color: Bittersweet. HEX triplet: FF, 5D and 58. RGB value is (255,93,88). Sum of RGB (Red+Green+Blue) = 255+93+88=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D58 is #00A2A7. Grayscale: #8D8D8D. Windows color (decimal): -41640 or 5791231. OLE color: 5791231.
HSL color Cylindrical-coordinate representation of color #FF5D58: hue angle of 1.8º 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 #FF5D58 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 88 | - |
| CMYK | 0 | 0.64 | 0.65 | 0 |
| HSL | 1.8º | 1% | 0.67% | - |
| HSV(B) | 1.8º | 0.65% | 1% | - |
| XYZ | 46.92 | 29.79 | 12.51 | - |
| YUV | 140.87 | 98.17 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 88 | 0 | 0.64 | 0.65 | 0 | 1.8 | 1 | 0.67 |
| Hex | FF | 5D | 58 | 0 | 40 | 41 | 0 | 2 | 64 | 43 |
| Octal | 377 | 135 | 130 | 0 | 100 | 101 | 0 | 2 | 144 | 103 |
| Binary | 11111111 | 1011101 | 1011000 | 0 | 1000000 | 1000001 | 0 | 10 | 1100100 | 1000011 |
Color Harmonies of #FF5D58
Complementary color
Monochromatic Colors of #FF5D58
Black with #FF5D58
Text Example
Text Example
White with #FF5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D58; }
p { color: rgb(255,93,88); }
H1.HeaderClassName
{
color: #FF5D58;
}
.AnyTagClassName
{
color: #FF5D58;
}
</style>
background-color css
<style>
a { background-color: #FF5D58; }
a { background-color: rgb(255,93,88); }
div.DivClassName
{
background-color: #FF5D58;
}
.BgClassName
{
background-color: #FF5D58;
}
</style>
border-color css
<style>
span { border-color: #FF5D58; }
span { border-color: rgb(255,93,88); }
td.TdClassName
{
border-color: #FF5D58;
}
.TagClassName
{
border-color: #FF5D58;
}
</style>