Shades of Bittersweet #FF7058
Tints of Bittersweet #FF7058
RGB
CMYK
RGB Variations
Color information
#FF7058 (or 0xFF7058) is known color: Bittersweet. HEX triplet: FF, 70 and 58. RGB value is (255,112,88). Sum of RGB (Red+Green+Blue) = 255+112+88=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7058 is #008FA7. Grayscale: #989898. Windows color (decimal): -36776 or 5796095. OLE color: 5796095.
HSL color Cylindrical-coordinate representation of color #FF7058: hue angle of 8.62º 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 #FF7058 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 88 | - |
| CMYK | 0 | 0.56 | 0.65 | 0 |
| HSL | 8.62º | 1% | 0.67% | - |
| HSV(B) | 8.62º | 0.65% | 1% | - |
| XYZ | 48.8 | 33.55 | 13.14 | - |
| YUV | 152.02 | 91.88 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 88 | 0 | 0.56 | 0.65 | 0 | 8.62 | 1 | 0.67 |
| Hex | FF | 70 | 58 | 0 | 38 | 41 | 0 | 9 | 64 | 43 |
| Octal | 377 | 160 | 130 | 0 | 70 | 101 | 0 | 11 | 144 | 103 |
| Binary | 11111111 | 1110000 | 1011000 | 0 | 111000 | 1000001 | 0 | 1001 | 1100100 | 1000011 |
Color Harmonies of #FF7058
Complementary color
Monochromatic Colors of #FF7058
Black with #FF7058
Text Example
Text Example
White with #FF7058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7058; }
p { color: rgb(255,112,88); }
H1.HeaderClassName
{
color: #FF7058;
}
.AnyTagClassName
{
color: #FF7058;
}
</style>
background-color css
<style>
a { background-color: #FF7058; }
a { background-color: rgb(255,112,88); }
div.DivClassName
{
background-color: #FF7058;
}
.BgClassName
{
background-color: #FF7058;
}
</style>
border-color css
<style>
span { border-color: #FF7058; }
span { border-color: rgb(255,112,88); }
td.TdClassName
{
border-color: #FF7058;
}
.TagClassName
{
border-color: #FF7058;
}
</style>