Shades of Bittersweet #FF7569
Tints of Bittersweet #FF7569
RGB
CMYK
RGB Variations
Color information
#FF7569 (or 0xFF7569) is known color: Bittersweet. HEX triplet: FF, 75 and 69. RGB value is (255,117,105). Sum of RGB (Red+Green+Blue) = 255+117+105=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7569 is #008A96. Grayscale: #9D9D9D. Windows color (decimal): -35479 or 6911487. OLE color: 6911487.
HSL color Cylindrical-coordinate representation of color #FF7569: hue angle of 4.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF7569 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 105 | - |
| CMYK | 0 | 0.54 | 0.59 | 0 |
| HSL | 4.8º | 1% | 0.71% | - |
| HSV(B) | 4.8º | 0.59% | 1% | - |
| XYZ | 50.15 | 35 | 17.48 | - |
| YUV | 156.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 105 | 0 | 0.54 | 0.59 | 0 | 4.8 | 1 | 0.71 |
| Hex | FF | 75 | 69 | 0 | 36 | 3B | 0 | 5 | 64 | 47 |
| Octal | 377 | 165 | 151 | 0 | 66 | 73 | 0 | 5 | 144 | 107 |
| Binary | 11111111 | 1110101 | 1101001 | 0 | 110110 | 111011 | 0 | 101 | 1100100 | 1000111 |
Color Harmonies of #FF7569
Complementary color
Monochromatic Colors of #FF7569
Black with #FF7569
Text Example
Text Example
White with #FF7569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7569; }
p { color: rgb(255,117,105); }
H1.HeaderClassName
{
color: #FF7569;
}
.AnyTagClassName
{
color: #FF7569;
}
</style>
background-color css
<style>
a { background-color: #FF7569; }
a { background-color: rgb(255,117,105); }
div.DivClassName
{
background-color: #FF7569;
}
.BgClassName
{
background-color: #FF7569;
}
</style>
border-color css
<style>
span { border-color: #FF7569; }
span { border-color: rgb(255,117,105); }
td.TdClassName
{
border-color: #FF7569;
}
.TagClassName
{
border-color: #FF7569;
}
</style>