Shades of Bittersweet #FF6761
Tints of Bittersweet #FF6761
RGB
CMYK
RGB Variations
Color information
#FF6761 (or 0xFF6761) is known color: Bittersweet. HEX triplet: FF, 67 and 61. RGB value is (255,103,97). Sum of RGB (Red+Green+Blue) = 255+103+97=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6761 is #00989E. Grayscale: #939393. Windows color (decimal): -39071 or 6383615. OLE color: 6383615.
HSL color Cylindrical-coordinate representation of color #FF6761: hue angle of 2.28º 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 #FF6761 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 97 | - |
| CMYK | 0 | 0.60 | 0.62 | 0 |
| HSL | 2.28º | 1% | 0.69% | - |
| HSV(B) | 2.28º | 0.62% | 1% | - |
| XYZ | 48.25 | 31.82 | 14.91 | - |
| YUV | 147.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 97 | 0 | 0.60 | 0.62 | 0 | 2.28 | 1 | 0.69 |
| Hex | FF | 67 | 61 | 0 | 3C | 3E | 0 | 2 | 64 | 45 |
| Octal | 377 | 147 | 141 | 0 | 74 | 76 | 0 | 2 | 144 | 105 |
| Binary | 11111111 | 1100111 | 1100001 | 0 | 111100 | 111110 | 0 | 10 | 1100100 | 1000101 |
Color Harmonies of #FF6761
Complementary color
Monochromatic Colors of #FF6761
Black with #FF6761
Text Example
Text Example
White with #FF6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6761; }
p { color: rgb(255,103,97); }
H1.HeaderClassName
{
color: #FF6761;
}
.AnyTagClassName
{
color: #FF6761;
}
</style>
background-color css
<style>
a { background-color: #FF6761; }
a { background-color: rgb(255,103,97); }
div.DivClassName
{
background-color: #FF6761;
}
.BgClassName
{
background-color: #FF6761;
}
</style>
border-color css
<style>
span { border-color: #FF6761; }
span { border-color: rgb(255,103,97); }
td.TdClassName
{
border-color: #FF6761;
}
.TagClassName
{
border-color: #FF6761;
}
</style>