Shades of Bittersweet #FF7560
Tints of Bittersweet #FF7560
RGB
CMYK
RGB Variations
Color information
#FF7560 (or 0xFF7560) is known color: Bittersweet. HEX triplet: FF, 75 and 60. RGB value is (255,117,96). Sum of RGB (Red+Green+Blue) = 255+117+96=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7560 is #008A9F. Grayscale: #9C9C9C. Windows color (decimal): -35488 or 6321663. OLE color: 6321663.
HSL color Cylindrical-coordinate representation of color #FF7560: hue angle of 7.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF7560 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 96 | - |
| CMYK | 0 | 0.54 | 0.62 | 0 |
| HSL | 7.92º | 1% | 0.69% | - |
| HSV(B) | 7.92º | 0.62% | 1% | - |
| XYZ | 49.71 | 34.83 | 15.17 | - |
| YUV | 155.87 | 94.22 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 96 | 0 | 0.54 | 0.62 | 0 | 7.92 | 1 | 0.69 |
| Hex | FF | 75 | 60 | 0 | 36 | 3E | 0 | 8 | 64 | 45 |
| Octal | 377 | 165 | 140 | 0 | 66 | 76 | 0 | 10 | 144 | 105 |
| Binary | 11111111 | 1110101 | 1100000 | 0 | 110110 | 111110 | 0 | 1000 | 1100100 | 1000101 |
Color Harmonies of #FF7560
Complementary color
Monochromatic Colors of #FF7560
Black with #FF7560
Text Example
Text Example
White with #FF7560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7560; }
p { color: rgb(255,117,96); }
H1.HeaderClassName
{
color: #FF7560;
}
.AnyTagClassName
{
color: #FF7560;
}
</style>
background-color css
<style>
a { background-color: #FF7560; }
a { background-color: rgb(255,117,96); }
div.DivClassName
{
background-color: #FF7560;
}
.BgClassName
{
background-color: #FF7560;
}
</style>
border-color css
<style>
span { border-color: #FF7560; }
span { border-color: rgb(255,117,96); }
td.TdClassName
{
border-color: #FF7560;
}
.TagClassName
{
border-color: #FF7560;
}
</style>