Shades of Bittersweet #FF6760
Tints of Bittersweet #FF6760
RGB
CMYK
RGB Variations
Color information
#FF6760 (or 0xFF6760) is known color: Bittersweet. HEX triplet: FF, 67 and 60. RGB value is (255,103,96). Sum of RGB (Red+Green+Blue) = 255+103+96=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6760 is #00989F. Grayscale: #939393. Windows color (decimal): -39072 or 6318079. OLE color: 6318079.
HSL color Cylindrical-coordinate representation of color #FF6760: hue angle of 2.64º 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 #FF6760 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 96 | - |
| CMYK | 0 | 0.60 | 0.62 | 0 |
| HSL | 2.64º | 1% | 0.69% | - |
| HSV(B) | 2.64º | 0.62% | 1% | - |
| XYZ | 48.2 | 31.81 | 14.66 | - |
| YUV | 147.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 96 | 0 | 0.60 | 0.62 | 0 | 2.64 | 1 | 0.69 |
| Hex | FF | 67 | 60 | 0 | 3C | 3E | 0 | 3 | 64 | 45 |
| Octal | 377 | 147 | 140 | 0 | 74 | 76 | 0 | 3 | 144 | 105 |
| Binary | 11111111 | 1100111 | 1100000 | 0 | 111100 | 111110 | 0 | 11 | 1100100 | 1000101 |
Color Harmonies of #FF6760
Complementary color
Monochromatic Colors of #FF6760
Black with #FF6760
Text Example
Text Example
White with #FF6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6760; }
p { color: rgb(255,103,96); }
H1.HeaderClassName
{
color: #FF6760;
}
.AnyTagClassName
{
color: #FF6760;
}
</style>
background-color css
<style>
a { background-color: #FF6760; }
a { background-color: rgb(255,103,96); }
div.DivClassName
{
background-color: #FF6760;
}
.BgClassName
{
background-color: #FF6760;
}
</style>
border-color css
<style>
span { border-color: #FF6760; }
span { border-color: rgb(255,103,96); }
td.TdClassName
{
border-color: #FF6760;
}
.TagClassName
{
border-color: #FF6760;
}
</style>