Shades of Bittersweet #FF705B
Tints of Bittersweet #FF705B
RGB
CMYK
RGB Variations
Color information
#FF705B (or 0xFF705B) is known color: Bittersweet. HEX triplet: FF, 70 and 5B. RGB value is (255,112,91). Sum of RGB (Red+Green+Blue) = 255+112+91=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF705B is #008FA4. Grayscale: #989898. Windows color (decimal): -36773 or 5992703. OLE color: 5992703.
HSL color Cylindrical-coordinate representation of color #FF705B: hue angle of 7.68º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF705B is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 91 | - |
| CMYK | 0 | 0.56 | 0.64 | 0 |
| HSL | 7.68º | 1% | 0.68% | - |
| HSV(B) | 7.68º | 0.64% | 1% | - |
| XYZ | 48.92 | 33.6 | 13.81 | - |
| YUV | 152.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 91 | 0 | 0.56 | 0.64 | 0 | 7.68 | 1 | 0.68 |
| Hex | FF | 70 | 5B | 0 | 38 | 40 | 0 | 8 | 64 | 44 |
| Octal | 377 | 160 | 133 | 0 | 70 | 100 | 0 | 10 | 144 | 104 |
| Binary | 11111111 | 1110000 | 1011011 | 0 | 111000 | 1000000 | 0 | 1000 | 1100100 | 1000100 |
Color Harmonies of #FF705B
Complementary color
Monochromatic Colors of #FF705B
Black with #FF705B
Text Example
Text Example
White with #FF705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF705B; }
p { color: rgb(255,112,91); }
H1.HeaderClassName
{
color: #FF705B;
}
.AnyTagClassName
{
color: #FF705B;
}
</style>
background-color css
<style>
a { background-color: #FF705B; }
a { background-color: rgb(255,112,91); }
div.DivClassName
{
background-color: #FF705B;
}
.BgClassName
{
background-color: #FF705B;
}
</style>
border-color css
<style>
span { border-color: #FF705B; }
span { border-color: rgb(255,112,91); }
td.TdClassName
{
border-color: #FF705B;
}
.TagClassName
{
border-color: #FF705B;
}
</style>