Shades of Bittersweet #FF7050
Tints of Bittersweet #FF7050
RGB
CMYK
RGB Variations
Color information
#FF7050 (or 0xFF7050) is known color: Bittersweet. HEX triplet: FF, 70 and 50. RGB value is (255,112,80). Sum of RGB (Red+Green+Blue) = 255+112+80=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7050 is #008FAF. Grayscale: #979797. Windows color (decimal): -36784 or 5271807. OLE color: 5271807.
HSL color Cylindrical-coordinate representation of color #FF7050: hue angle of 10.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF7050 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 80 | - |
| CMYK | 0 | 0.56 | 0.69 | 0 |
| HSL | 10.97º | 1% | 0.66% | - |
| HSV(B) | 10.97º | 0.69% | 1% | - |
| XYZ | 48.48 | 33.43 | 11.49 | - |
| YUV | 151.11 | 87.88 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 80 | 0 | 0.56 | 0.69 | 0 | 10.97 | 1 | 0.66 |
| Hex | FF | 70 | 50 | 0 | 38 | 45 | 0 | B | 64 | 42 |
| Octal | 377 | 160 | 120 | 0 | 70 | 105 | 0 | 13 | 144 | 102 |
| Binary | 11111111 | 1110000 | 1010000 | 0 | 111000 | 1000101 | 0 | 1011 | 1100100 | 1000010 |
Color Harmonies of #FF7050
Complementary color
Monochromatic Colors of #FF7050
Black with #FF7050
Text Example
Text Example
White with #FF7050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7050; }
p { color: rgb(255,112,80); }
H1.HeaderClassName
{
color: #FF7050;
}
.AnyTagClassName
{
color: #FF7050;
}
</style>
background-color css
<style>
a { background-color: #FF7050; }
a { background-color: rgb(255,112,80); }
div.DivClassName
{
background-color: #FF7050;
}
.BgClassName
{
background-color: #FF7050;
}
</style>
border-color css
<style>
span { border-color: #FF7050; }
span { border-color: rgb(255,112,80); }
td.TdClassName
{
border-color: #FF7050;
}
.TagClassName
{
border-color: #FF7050;
}
</style>